Clone of Atari Breakout Game
This project is a simple clone of the legendary game Breakout, made using OpenGL.
Project is created with:
- OpenGL version: 3.3
- GLFW (windowing library)
- GLAD (opengl loader)
- Stb image A header only file for loading and parsing image files
To run this project:
Clone the repo
git clone --recurse-submodules https://github.com/lennon2298/TryOut
Remember to add --recurse-submodules
to clone the submodules as well.
This project makes use of premake to generate project files.
To generate Project files for Visual Studio 2019 open the provided batch file createProjFiles.bat
This project is licensed under the MIT License - see the LICENSE.md file for details