https://github.com/setghm/snake-game-cmd
Snake game for the windows command prompt.
https://github.com/setghm/snake-game-cmd
command-line-game snake-game
Last synced: 2 months ago
JSON representation
Snake game for the windows command prompt.
- Host: GitHub
- URL: https://github.com/setghm/snake-game-cmd
- Owner: setghm
- License: mit
- Created: 2024-11-24T23:46:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T00:21:49.000Z (6 months ago)
- Last Synced: 2025-01-26T06:41:13.425Z (4 months ago)
- Topics: command-line-game, snake-game
- Language: C
- Homepage:
- Size: 6.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake Game for Windows CMD
setghm (c) 2024
The game has support for multiple languages :D
## Compile the game
First, download the C/C++ toolchain and install it, then run the following command in the root directory of the project.
```batch
mingw32-make
```The above command will generate a new `out` directory, go to that directory and double click the executable. Enjoy!
## Game assets
Some assets were retrieved from opengameart.org, for more information read `res/LICENCES`.