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.

StatusReleased
PlatformsWindows, Linux, HTML5
Rating
Rated 3.5 out of 5 stars
(2 total ratings)
AuthorThornido
GenrePuzzle
Tags2D, Retro

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.

(1 edit)

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