https://github.com/rozbb/ncurses_snake
A snake game written with NCurses
https://github.com/rozbb/ncurses_snake
Last synced: about 1 year ago
JSON representation
A snake game written with NCurses
- Host: GitHub
- URL: https://github.com/rozbb/ncurses_snake
- Owner: rozbb
- License: other
- Created: 2012-01-30T01:00:55.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-28T15:25:11.000Z (over 13 years ago)
- Last Synced: 2025-04-09T21:59:55.951Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE
Awesome Lists containing this project
README
##NCurses Snake##
Pretty self-explanitory. I know this probably exists in 50 gazillion different ways, but this project is mostly for fun. Instead of controlling the snake with the arrow keys, the player controls it with the Vim cursor keys (h, j, k, l). Its intent is to acclimate new Vim users to the cursor keys while having fun.