richardshu / Games

A collection of games made in C++, OpenGL, and GLM 🕹️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Games 🕹️

This is a collection of games made in C++, OpenGL, and GLM which includes:

  1. Pong ⚪️
  2. Space Invaders 👾
  3. Platformer 🏃
  4. Alien Invasion 👽

How to run the games

  1. Download Microsoft Visual Studio
  2. Navigate to the directory of the game you would like to play and open its .sln file in Microsoft Visual Studio
  3. Click the green play button in Microsoft Visual Studio
  4. Have fun :)

Alien Invasion Overview

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

About

A collection of games made in C++, OpenGL, and GLM 🕹️


Languages

Language:C++ 86.1%Language:C 13.9%Language:GLSL 0.0%