https://github.com/gotz1480/csnake
Terminal-based classic snake game written in C
https://github.com/gotz1480/csnake
snake snake-game snakegame snakegamewritteninc
Last synced: 7 months ago
JSON representation
Terminal-based classic snake game written in C
- Host: GitHub
- URL: https://github.com/gotz1480/csnake
- Owner: gotz1480
- License: gpl-3.0
- Created: 2022-02-08T20:26:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T07:26:56.000Z (about 3 years ago)
- Last Synced: 2025-04-04T13:13:19.189Z (7 months ago)
- Topics: snake, snake-game, snakegame, snakegamewritteninc
- Language: C
- Homepage:
- Size: 42 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csnake
Terminal-based classic snake game written in C with 5 levels of difficulty.
## Compiling
`make`
## Usage
`./csnake `
The level of difficulty ranges from 1 to 5. Example:
`./csnake 4`