Home

Enrique J. Gil

Introduction

ChessAsin is an asynchronous chess server which can be used to play following the rules of correspondence chess. It supports player accounts registration and identification, plus sending invitations or general rival requests.

ChessAsin is developed in C# and MySQL, running on .NET and using WCF as its networking backbone. Clients can be developed in any language, and connect to the server using WCF or SOAP. A test client is developed as part of the project (WinChess), as proof of concept.

License

The project is available under the GPLv3 license.

Admin

Project Admins:

Downloads

There are currently no download packages. You can download the source code and build it yourself with Visual Studio. To install the server and database follow the indications in the help files.

Documentation

Server and database installation instructions

There is currently no documentation for the project source code. It can be generated from the project's source files, using Doxygen or any other tool supporting XMLDoc.