Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/digitsensitive/snake-in-c
- Owner: digitsensitive
- Created: 2023-08-03T11:49:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-10T20:14:11.000Z (over 1 year ago)
- Last Synced: 2024-11-04T17:51:12.526Z (about 2 months ago)
- Topics: c-programming, console-game, game, game-dev, snake-game, snake-game-2d, snake-game-in-c, snakegame, terminal-game
- Language: C
- Homepage:
- Size: 3.7 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]()