Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdivonSlav authored Mar 5, 2022
1 parent 9961b75 commit 866a7d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# glPong [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
A clone of the Atari classic built with C++ and OpenGL using the GLFW and GLEW libraries. Started as a small learning project while I was working my way through the OpenGL graphics API. For the math library, I ended up making my own

![glPongGIF](https://i.imgur.com/bcsNfhw.gif)

## Controls:
- WASD - Left paddle
- Arrow keys - Right paddle
Expand All @@ -10,3 +12,6 @@ A clone of the Atari classic built with C++ and OpenGL using the GLFW and GLEW l
## Build instructions
Simply run the file `genproj.bat` and it will generate the necessary VS2022 project files. After that, simply open the solution with Visual Studio. If generating for an earlier version of Visual Studio, simply edit the file and repace 'vs2022' with your version.

## Compatibility
I only tested this with Windows but it should work on other systems as well.

0 comments on commit 866a7d6

Please sign in to comment.