Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 838 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 838 Bytes

TryOut

Clone of Atari Breakout Game

General info

This project is a simple clone of the legendary game Breakout, made using OpenGL.

Technologies/Libraries

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

Setup

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.

Generating Project Files

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details