An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Snake Game for Windows CMD
setghm (c) 2024

![snakegame-preview](https://github.com/user-attachments/assets/1c393c29-f187-4d53-8bc8-d2a3ae671fd6)

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`.