/RoadRun

Obstacle avoidance game in C++ with NCurses

Primary LanguageC++MIT LicenseMIT

RoadRun

An obstacle avoidance game in C++ built with the NCurses library.

RoadRun_demo

Prerequisites

Make sure NCurses is installed

On Ubuntu

sudo apt-get install libncurses5-dev libncursesw5-dev

On Mac with Homebrew

brew install ncurses

How to Run

make run

How to Play

  • Select "Play Game" to start a new game
  • Use left and right arrow keys to move your character: ^
  • Don't hit anything!

Acknowledgements

  • SJSU's CMPE 135 Class taught by professor Ron Mak for inspiration for this project.
  • All contributors
  • Everyone who helped play test