Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 991 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 991 Bytes

RR Game - inspired by River Raid (Atari 1982)

Simple game project build in C++ with the assistance of open source freeglut library


Player's main objective is to eliminate all the enemies. Player should be really careful and avoid the missiles that are fired by hostile units.
Game is ended when all opponent's units are destroyed or player's health will drop below zero.

Building instructions:

  • Open project in Visual Studio - minimum "Platform Toolset": Visual Studio 2013 (v120) or newer
  • Build, run, adjust window size and have fun =D

How to play:

  • Move left: "a"
  • Move right: "d"
  • Shot: "p"
  • Exit game: "ESC"

Screenshots: