Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ithewei/snake
https://github.com/ithewei/snake
c curses game snake snake-game
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ithewei/snake
- Owner: ithewei
- Created: 2018-11-09T09:36:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T07:12:24.000Z (almost 5 years ago)
- Last Synced: 2024-11-04T11:47:51.162Z (2 months ago)
- Topics: c, curses, game, snake, snake-game
- Language: C
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro
Snake Game
- pattern: MVC
- snake: list
- food: array
- UI: curses![snake](snake.png)