Final Project for CS50x.
A terminal snake game, meant to be an alternative for the popular nSnake. The snake's behavior is built to be more responsive, and the game itself is meant to be more minimalistic and easily replayable.
Requirements: GCC, GNU make, and ncurses library.
- Clone this repository, and change your directory to its location.
- Run
make snake
.
- Run
./snake
to run the game. - Use the arrow keys to move the snake in any given direction.
- Press
p
orh
to pause the game (note: at this time, despite the bottom-left message, pressingh
does not display a help message). - Press
r
to restart the game. - Press
q
to quit the game.
See (CONTRIBUTING.md)[CONTRIBUTING.md].