This is my first 2D-Game using OpenGl/C++
Issue managment is done on Trello
- make sure you have a C++17 compiler (recommended vs2017)
- make sure you have CMake 3.9+ (recommended 3.14)
- clone repo recursively
git clone https://github.com/IsmailSamir/Breakout-Game.git --recursive
- at this point you may have 3 options
- configure cmake (
cmake . -G "Visual Studio 15 Win64" -B build
) then open the solution - open the cmake file using Visual Studio Directly
- open the cmake file using QtCreator which will give you all the Qt Goodies right out of the box
- configure cmake (