https://github.com/thutterer/worm
a snake-like game written in C++ with ncurses
https://github.com/thutterer/worm
Last synced: over 1 year ago
JSON representation
a snake-like game written in C++ with ncurses
- Host: GitHub
- URL: https://github.com/thutterer/worm
- Owner: thutterer
- License: mit
- Created: 2014-10-05T15:56:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T19:52:15.000Z (over 11 years ago)
- Last Synced: 2025-01-28T21:45:11.458Z (over 1 year ago)
- Language: C++
- Size: 211 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Control the game with the arrow keys.
Pause with 'p'.
Quit with 'q'.
That's it.