Skip to content

A copy of Chrome's Dinosaur game, but in the terminal

Notifications You must be signed in to change notification settings

iameraj/DinoGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DinoGame

A copy of Chrome's Dinosaur game, but in the terminal

Gameplay

./dinogg

DinoGame Gameplay

Setup

  1. Install ncurses
sudo apt-get install libncurses5-dev libncursesw5-dev
  1. Clone the repo
git clone https://github.com/iameraj/DinoGame.git
  1. Cd into the repo and Generate build files
cd DinoGame
mkdir build
cd build
cmake ..
  1. Make & Execute
# 'make' will make the excutable
make

# gg
./dinogg

About

A copy of Chrome's Dinosaur game, but in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published