This repository contains a rendering of the popular chrome dinosaur game on the terminal, in C++ and curses. This project has been modified from the original to work as a client and server application. Works great as a latency networking demo.
Ubuntu:
sudo apt-get install libncurses5-dev libncursesw5-dev
$ make
Run the server on your server node
$ ./server
Run client on your client node and input the server address
$ ./dinosaur_game <ip4-address>
wldfngrs created the original version of this game. I only modified it to work with a client and server.