A copy of Chrome's Dinosaur game, but in the terminal
./dinogg
- Install ncurses
sudo apt-get install libncurses5-dev libncursesw5-dev
- Clone the repo
git clone https://github.com/iameraj/DinoGame.git
- Cd into the repo and Generate build files
cd DinoGame
mkdir build
cd build
cmake ..
- Make & Execute
# 'make' will make the excutable
make
# gg
./dinogg