An obstacle avoidance game in C++ built with the NCurses library.
Make sure NCurses is installed
sudo apt-get install libncurses5-dev libncursesw5-dev
brew install ncurses
make run
- Select "Play Game" to start a new game
- Use left and right arrow keys to move your character:
^
- Don't hit anything!
- SJSU's CMPE 135 Class taught by professor Ron Mak for inspiration for this project.
- All contributors
- Everyone who helped play test