Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 963 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 963 Bytes

RoadRun

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

RoadRun_demo

Prerequisites

Make sure NCurses is installed

sudo apt-get install libncurses5-dev libncursesw5-dev
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