/GameMaster

Connects to a Strategic Server and organizes a tournament for the available Players on the server.

Primary LanguageJava

Game Server

Connects to a Strategic Server and organizes a tournament for the available Players on the server.

HOW TO BUILD?

I’ve provided a simple ant build script. So running with ant installed should be a simple:

$ ant

$ java -jar GameMaster.jar

It depends on the Strategic Client Library. Please compile it and place the StrategicClientLib.jar into the lib/ folder.

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/