Skip to content

♝♞♟ Shell online chess written in C ♚♛♜

License

Notifications You must be signed in to change notification settings

cesargdm/c-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

♝♞♟ Shell online chess written in C ♚♛♜

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages