Ola-jed / Snake

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake

A game based on the snake game and written in c++ with qt

How to build ?

# 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

About

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

License:GNU General Public License v3.0


Languages

Language:C++ 91.7%Language:CMake 8.3%