/Snake

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

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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