mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
12 lines
616 B
XML
12 lines
616 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Config.xsd">
|
|
<server serverAddress="localhost" serverName="mage-server" port="17171" maxGameThreads="10" maxSecondsIdle="600"/>
|
|
<playerTypes>
|
|
<plugin name="Human" jar="Mage.HumanPlayer.jar" className="mage.human.HumanPlayer"/>
|
|
<plugin name="Computer - default" jar="Mage.AI.jar" className="mage.ai.ComputerPlayer"/>
|
|
</playerTypes>
|
|
<gameTypes>
|
|
<plugin name="Two Player Duel" jar="Mage.Game.TwoPlayerDuel.jar" className="mage.game.TwoPlayerGame"/>
|
|
</gameTypes>
|
|
</config>
|