Skip to content

BrandonCanCode/client-server-dino-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dino_gif

Dino

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.

Requirements

ncurses library

Ubuntu: sudo apt-get install libncurses5-dev libncursesw5-dev

Installation

$ make

Running

Run the server on your server node $ ./server Run client on your client node and input the server address $ ./dinosaur_game <ip4-address>

Credits

wldfngrs created the original version of this game. I only modified it to work with a client and server.

About

Dino game but with a client and server for networking demo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published