nSnake is an implementation of the classic snake game with a textual interface. It is playable at the commandline and uses the nCurses C library for graphics. Its purpose is to provide a simply-coded, almost tutorial-like game with C. The source code is thoroughly commented.
| Tags | Game Snake Arcade Console terminal |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | GNU/Linux Debian GNU/Linux Debian-based Linux Ubuntu Linux unix command line |
| Implementation | C ncurses curses pdcurses |
| Translations | English (US) |
Last announcement
Finally, nSnake now works on Microsoft Windows!
Of course i prefer GNU/Linux systems, but now there won’t be any excuses not to play this game ;...
Recent releases


Release Notes: This release focus a lot on the code. It hasn't changed the gameplay (besides the high score), but the code was greatly improved. It's completely different from the previous versions.


Release Notes: This release adds smaller features and fixes major holes in the game structure. The main changes were fixed memory leaks, improved source code readability, and documentation completion.