-
Notifications
You must be signed in to change notification settings - Fork 0
salkow/Ncurses-Snake-Game
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Installation. Use the command make. # Movement. Use vim keys or arrows. # Quit the game. Press q. # Pause the game. Press p. # Restart the game. Press r. # If you paused the game or lost, just press any key to restart. # Every 100 points the snake's speed increases. # See snake.hpp if you want to change some default values (eg. speed, snake's appearance). # Requires ncurses.
About
Classic snake game build with ncurses.