Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 424 Bytes

File metadata and controls

9 lines (8 loc) · 424 Bytes

Basic-Chess-Server

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.