资 源 简 介
Daedalus Game Manager
What is it?
Daedalus Game Manager (DGM) is a C# .NET program designed to host 2-player board games. Currently it contains very basic Tzaar and Owari/Mancala game modules.
The primary purpose of DGM is to allow two AI clients to play against each other, but the included GUI client program allows human players to participate as well. DGM uses a simple, documented text protocol to interact with the players (clients), which allows clients to be written in almost any programming language (e.g., Java). DGM also provides support for user-designed games!
Where Do I Start?
There are several intents with which one might want to use DGM.
Fix, Improve, and Contribute to DGM: You will need Visual Studio 2010, and you will want to familiarize yourself with the entire project before digging in and writing some code. A good place to start is with the class diagrams included with each compone