Skip to content
/ rulax Public

Terminal Roulette built with C++ and Ncurses

Notifications You must be signed in to change notification settings

jrizza/rulax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rulax is a roulette game built with C++ and Ncurses in a client-server flavor.

# PREREQUISITES

   make >= 3.79.1
   gcc >= 2.96
   Ncurses >= 1.125

# INSTALLATION

   $ make clean
   $ make 

# RUNNING THE SERVER

Update the configuration file: server.cfg and then run the server:

   $ server

# RUNNING THE CLIENT

   $ client <SERVER IP> <PORT> <PLAYER NAME>

# DOCUMENTATION

README: This help.

README.client: Client documentation.

README.server: Server documentation.

About

Terminal Roulette built with C++ and Ncurses

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published