A simple ncurses ‘hello world’ in the form of a snake game.
- C 94.9%
- Makefile 5.1%
Just added a Readme so the project has a face :) Reviewed-on: #1 Co-authored-by: Richard <richardleonardodepetris@gmail.com> Co-committed-by: Richard <richardleonardodepetris@gmail.com> |
||
|---|---|---|
| include | ||
| src | ||
| testing | ||
| .gitignore | ||
| makefile | ||
| README.md | ||
NCurses Snake
A simple rendition of the classic snake game using ncurses.
Install
Simply run make and an executable file called ‘ncurses_snake’ should appear in the build directory. Run ‘./build/ncurses_snake --help’ for a list of options.