https://github.com/lennart1978/playsnake
A CLI snake game written in C !
https://github.com/lennart1978/playsnake
cli cli-app game
Last synced: 8 months ago
JSON representation
A CLI snake game written in C !
- Host: GitHub
- URL: https://github.com/lennart1978/playsnake
- Owner: Lennart1978
- License: mit
- Created: 2024-07-26T12:06:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T16:24:52.000Z (about 1 year ago)
- Last Synced: 2025-01-10T02:43:04.187Z (9 months ago)
- Topics: cli, cli-app, game
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# playsnake
A CLI snake game !Build the game:
```bash
mkdir builddir && meson setup builddir && meson compile -C builddir
```Enjoy ;-)
Dependency:
ncurses