My OpenGL testing project to learn about OpenGl
The following tools were used in this project:
Before starting 🏁, you need to have Git, Make, and GCC or Clang installed.
# Clone this project
$ git clone https://github.com/Coolertyo4/Game
#build
$ make
#run
$ ./bin/app
#or
$ make test