Snake+
Simple old snake clone. Project will be extended with online ladder board and special items to increase fun of game.
The source code is available if you donate minimum 2$.
Game will be updated soon.
Download
Download NowName your own price
Click download now to get access to the following files:
snake_linux.zip 12 MB
snake_win.zip 10 MB
snake_source.zip 35 kB
if you pay $2 USD or more
Comments
Log in with itch.io to leave a comment.
There is some unresponsiveness with controls. Sometimes button press is not registered. I guess it is when arrow button is pressed during some delay in periods when the snake is not moving.
Hi, thanks for comment, snake moves in intervals every .3 sec so not immediately after key press, so last registered key before move event will be new direction, not the first one.
I'm working on a snake game myself I've actually found a few different solutions to this problem does the snake use a timer to detect when to move
However I just tried the game and it seems fine to me