A simple ncurses ‘hello world’ in the form of a snake game.
  • C 94.9%
  • Makefile 5.1%
Find a file
Richard 6abb942558 readme (#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>
2026-03-17 14:10:25 +00:00
include ncurses snake with functioning mechanics and testing. 2026-03-17 12:43:20 +00:00
src ncurses snake with functioning mechanics and testing. 2026-03-17 12:43:20 +00:00
testing ncurses snake with functioning mechanics and testing. 2026-03-17 12:43:20 +00:00
.gitignore ncurses snake with functioning mechanics and testing. 2026-03-17 12:43:20 +00:00
makefile ncurses snake with functioning mechanics and testing. 2026-03-17 12:43:20 +00:00
README.md readme (#1) 2026-03-17 14:10:25 +00:00

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.