Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 714 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 714 Bytes

C Chess

Online chess game written in C, using sockets, threads, dynamic memory and more

This program was written for Final School Project for Advanced Programming class in Tec de Monterrey.

Animation of a chess move

Compile

Server

> gcc cchess-server.c board.c -o server -pthread

Client

> gcc cchess-client.c -o client -pthread

Run

Server

> ./server

Client

> ./client localhost 8080

Playing

You first need to run a server, after that you'll need to run two clients and start making your master chess moves ♟️.

License

MIT. César Guadarrama.