Basic Chess Server Written in C#, using TCP protocol to communicate
Project written in C# allows you and your friends play Chess
- Uses TCP sockets for connections.
- Uses threads for each connection.
- Has a match making system.
- Chess Engine will validate if its a valid move if it is It will update the match and send the match information.
- For serializing the data Ceras-Serializer is used.