Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vidojesevic/cnake
Simple snake game in C
https://github.com/vidojesevic/cnake
Last synced: about 1 month ago
JSON representation
Simple snake game in C
- Host: GitHub
- URL: https://github.com/vidojesevic/cnake
- Owner: vidojesevic
- License: mit
- Created: 2024-02-12T17:06:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T21:59:42.000Z (8 months ago)
- Last Synced: 2024-03-05T22:48:01.784Z (8 months ago)
- Language: C
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cnake
Simple snake game in C## Usage
First, need to compile the program using gnu make
```
make
```
To play a game in 'normal mode', run:
```
./build/snake -s normal
```### Speed
Game currently has 3 speed modes, normal, fast and faster.