Releases: IsakTheHacker/snakeit
v1.1
v1.0
This is the first stable release of snakeit (Snake in Terminal). It is the most basic version of snake you could possibly create:
- You pick up food to make your snake longer
- When you hit walls or yourself it is GAME OVER
- If that happens you will be asked if you want to play again
As I said, no fancy stuff... yet
Linux installation instructions
Binaries are currently available for Linux only, but I heavily recommend compiling yourself from source using make
. To do so: Make sure you are in the root folder of the repo and have created a folder there called bin/
. Then run make
. To start the game from the repo's root folder: ./bin/snakeit
You may need to run sudo chmod +x bin/snakeit
if it says Permission Denied
when you try starting the game.
Windows
Sorry, maybe I will add support for Windows later but you could try running snakeit under WSL if you want
Full Changelog: https://github.com/IsakTheHacker/snakeit/commits/v1.0