Skip to content

asehmb/uno-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a terminal app to play uno programmed entirely in C

Uses local sockets and a client server model delivers packets using TCP

to build:

run make in your terminal note, only works on UNIX systems as it uses UNIX apis

run ./uno --server [REAL_PLAYERS] to host a game (REAL_PLAYERS is 1-4, prompt shown if omitted) run ./uno --client [GAME CODE] to connect to a game (falls back to creating a
server and client instance if no code is provided)

About

Uno in the cli using a tui interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors