Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 504 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 504 Bytes

demo

Snake

The classic SNAKE game that can be played in your terminal.

Getting Started

  • 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

Gameplay

Use the arrow keys ⬅️ ⬆️ ⬇️ ➡️ to navigate through the game.

Use CTRL + c to force quit the game.