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
- Host: GitHub
- URL: https://github.com/ola-jed/snake
- Owner: Ola-jed
- License: gpl-3.0
- Created: 2020-12-30T15:46:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T09:58:41.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T01:51:15.516Z (over 1 year ago)
- Topics: qt-framework, snake-game
- Language: C++
- Homepage:
- Size: 243 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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