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 đđĨī¸đšī¸
- Host: GitHub
- URL: https://github.com/kkoomen/snake
- Owner: kkoomen
- Created: 2023-08-22T20:21:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T20:18:39.000Z (over 2 years ago)
- Last Synced: 2025-03-25T13:21:41.915Z (10 months ago)
- Topics: c, classic, game, ncurses, snake, terminal
- Language: C
- Homepage:
- Size: 1.22 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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.