Index of /fortresses/fortresses-server-0.0.1

      Name                    Last modified       Size  Description

[DIR] Parent Directory 24-Aug-2008 21:41 - [TXT] Connection.java 24-Aug-2008 21:41 1k [TXT] ConnectionServer.java 24-Aug-2008 21:41 1k [TXT] District.java 24-Aug-2008 21:41 1k [TXT] EmptyDeckException.java 24-Aug-2008 21:41 1k [TXT] FMessage.java 24-Aug-2008 21:41 1k [TXT] FNotifyMessage.java 24-Aug-2008 21:41 1k [TXT] FTalkMessage.java 24-Aug-2008 21:41 1k [TXT] FortServer.java 24-Aug-2008 21:41 5k [TXT] FortSrv.java 24-Aug-2008 21:41 5k [TXT] Help.java 24-Aug-2008 21:41 2k [TXT] LICENSE 24-Aug-2008 21:41 1k [TXT] MyStringTokenizer.java 24-Aug-2008 21:41 1k [TXT] Player.java 24-Aug-2008 21:41 6k [TXT] Roles.java 24-Aug-2008 21:41 1k [TXT] TurnManager.java 24-Aug-2008 21:41 5k [TXT] districts.dat 24-Aug-2008 21:41 3k [TXT] roles.dat 24-Aug-2008 21:41 1k [TXT] sampleconfig.rc 24-Aug-2008 21:41 1k

FORTRESSES README
=================


Not much here yet.

To compile/run the fortresses server, you need Java 1.5 or greater. Go to http://java.sun.com/ to download.

To compile, just type:
    javac *.java
from the same directory. If you've been fiddling with your classpath, I assume you know enough to know how
to make the appropriate changes so this will work.

To run the server, type:
    java FortServer sampleconfig.rc
(you can edit the config file as needed). To interactively configure the server, use "-":
    java FortServer -

You can use a telnet client to connect to the server. Just use port 18843. Send the following string to authenticate:
    connect fortresses 0 0 1 <playername>
(where <playername> is replaced with your desired player name). You can get further help by sending the string:
    help

The game is far from complete yet. Mostly I'm still working on the framework. Hopefully you should see something
substantial take form over the next couple months.

Feel free to send me an email at:
    nicholsc@ucalgary.ca
or:
    seanni@trichotomy.ca
for more help.

Fortresses is released under the BSD license.


Sean Nichols
Aug. 24, 2008