Skip to content

lordadamson/Breakout-Game

 
 

Repository files navigation

Breakout-Game

This is my first 2D-Game using OpenGl/C++

Issue-Management board

Issue managment is done on Trello

Build Guide

  • 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
    1. configure cmake (cmake . -G "Visual Studio 15 Win64" -B build) then open the solution
    2. open the cmake file using Visual Studio Directly
    3. open the cmake file using QtCreator which will give you all the Qt Goodies right out of the box

About

This is my first 2D-Game using OpenGl/C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.1%
  • CMake 17.6%
  • C 8.5%
  • GLSL 0.8%