Commit Graph

59 Commits

Author SHA1 Message Date
giomba 61a1c140f4 Probably fixed rare bug:
the pseudo-random routine pseudo-randomly generated X,Y for new piece of food
that corresponded to immediately next snake head position.
This X,Y resulted empty when checked in the routine, but suddenly after it
is overwritten with snake head, so food simply disappears.
This leads to impossible game play, because no new pieces of food are
generated if no food is previously eaten, but there is no food to eat, so...
Hope to have fixed.
2017-12-22 12:30:42 +01:00
giomba 53b3e700ca Updated comments on eat-food and self-eat detection 2017-12-22 12:14:37 +01:00
giomba e479dcb5fe Increased waiting time before reset after gameover 2017-12-21 17:31:53 +01:00
giomba f528c5f22a Added pause feature 2017-12-21 17:28:20 +01:00
giomba 23343d93f3 Visual improvements on status bar (score, messages) 2017-12-21 17:12:50 +01:00
giomba 3c91f4f8d6 Added support for ASCII spaces in printing function 2017-12-21 17:03:37 +01:00
giomba 6bb4a5151a Added routine for full reset of the game 2017-12-21 17:00:45 +01:00
giomba 95ae7e2ab4 Added reset after gameover, with a little delay 2017-12-21 16:49:05 +01:00
giomba c13a54c266 First commit 2017-12-21 15:14:42 +01:00