Skip to content

drofp/RoadRun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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