The classic SNAKE game that can be played in your terminal.
git clone https://github.com/kkoomen/snake.git && cd snake
make
sudo make install
Then simply run snake
in your terminal and enjoy!
If you want to uninstall the game, simply run sudo make uninstall
Use the arrow keys ⬅️ ⬆️ ⬇️ ➡️ to navigate through the game.
Use CTRL + c to force quit the game.