This is a collection of games made in C++, OpenGL, and GLM which includes:
- Pong ⚪️
- Space Invaders 👾
- Platformer 🏃
- Alien Invasion 👽
- Download Microsoft Visual Studio
- Navigate to the directory of the game you would like to play and open its .sln file in Microsoft Visual Studio
- Click the green play button in Microsoft Visual Studio
- Have fun :)
Alien Invasion is a procedurally-generated game where 2 players collaborate and fire projectiles to resist an alien horde.
- Player 1 uses the ← ↑ → ↓ arrow keys to move their character and the 'N' key to fire projectiles
- Player 2 uses the WASD keys to move their character and the 'F' key to fire projectiles