A classical free-to-play ad-free snake game.
This is an exciting new re-imagination of the classic game! Guide the snake around the board, eating the food that appears to make it grow bigger. Avoid crashing into your own tail - the longer you keep going, the harder it gets. Try to fill the entire board by collecting as much food as you can! With simple and intuitive controls, and a colorful board design, Snake is a great way to have fun and challenge yourself!
Currently available on:
- Apple Store (signature files are not part of the source code).
- itch.io
Keywords: snake, game, challenge, fun, puzzle, arcade, classic, free-to-play, 2d, retro, short
This version contains a massive behind-the-scenes overhaul (if you are interested in nerdy details, the code was rewritten from C++ to C).
For you, as a player, a number of small changes:
- The movement timer is more stable when you switch directions
- The difficulty ramps up faster (in previous version, you had to eat dozens to notice a speed increase).
- The game table is now closer (it changed from 24 to 16 tiles) - this should make the game more exciting in the beginning
Initial version