Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/digitsensitive/snake-in-c

Snake in C for the terminal
https://github.com/digitsensitive/snake-in-c

c-programming console-game game game-dev snake-game snake-game-2d snake-game-in-c snakegame terminal-game

Last synced: 12 days ago
JSON representation

Snake in C for the terminal

Awesome Lists containing this project

README

        

# Snake

This is snake, written in C programming language for the terminal.
To make it easier I used the `ncurses` library as the only dependency.



## References

- [Ncurses Cheatsheet](https://github.com/thenamankumar/ncurses-cheatsheet/blob/master/cheatsheet.md#how-to-install-ncurses)
- [The Single UNIX® Specification, Version 2](https://pubs.opengroup.org/onlinepubs/7908799/xcurses/curses.h.html)
- [Invisible Island](https://invisible-island.net/ncurses)
- [Ncurses on C for dummies](https://c-for-dummies.com/ncurses)
- [C11 on Wikipeda]()