Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 237 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 237 Bytes

ChessOnline

Online Chess game made with c and sdl

First you'll need sdl2 for linux

compile using the makefile command: make all

how to run server: ./server

how to run client: .client [IP] [PORT]

example:

./client 127.0.0.1 2908