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

https://github.com/ola-jed/snake

A snake game written in c++ with the qt framework
https://github.com/ola-jed/snake

qt-framework snake-game

Last synced: 11 months ago
JSON representation

A snake game written in c++ with the qt framework

Awesome Lists containing this project

README

          

# Snake

A game based on the snake game and written in c++ with qt
## How to build ?
```bash
# Compile in debug mode
git clone https://github.com/Ola-jed/Snake.git
cd Snake
cmake .
make
./Snake
```

Import the project if you use an ide