Skip to content

ed77441/ChineseChessServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChineseChessServer

This project is developed using C# console application, final project of algorithm class

Description

  • Server will take request from client, and add them into client list
  • Server will accept several clients, but only two people will in the same game
  • Server will get all request from client, game state will be stored in here as well
  • Because game state is stored at server, it is not possible to cheat at client end
  • Use C# async to listen to every single client request
  • All client will receive server shutdown message if server is being shutdown

Releases

No releases published

Packages

No packages published

Languages