Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 455 Bytes

File metadata and controls

13 lines (9 loc) · 455 Bytes

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)