An open API service indexing awesome lists of open source software.

https://github.com/kkoomen/snake

Classic SNAKE game in your terminal 🐍đŸ–Ĩī¸đŸ•šī¸
https://github.com/kkoomen/snake

c classic game ncurses snake terminal

Last synced: 9 months ago
JSON representation

Classic SNAKE game in your terminal 🐍đŸ–Ĩī¸đŸ•šī¸

Awesome Lists containing this project

README

          

![demo](snake-demo.gif?)

# 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 :arrow_left: :arrow_up: :arrow_down: :arrow_right: to
navigate through the game.

Use CTRL + c to force quit the game.