Fixed several deprecation warnings.
[skycrusade.git] / README
blob5e0e6fc0b3118d552bdfaffc44435948c8055cdd
1 ABOUT
3 Sky Crusade is supposed to be an online strategy game. Right now it is just a simple chat application, which was developed to get some basic infrastructure for the game in place. Over time it will be incrementally developed into a full-fledged game.
6 HOW TO RUN IT
8 1. Create the lib/ directory.
9 2. Download the Scala programming language (http://scala-lang.org/) and copy the files "scala-compiler.jar" and "scala-library.jar" into lib/.
10 3. Make sure you've got a working installation of a Java SDK (I recommend Sun's Java SE 6 SDK).
11 4. Make sure you've got a working Ant installation (http://ant.apache.org/).
12 5. Type "ant run-server" to run a server.
13 6. Open a new shell for every client you'd like to run and type "ant run-client".
16 DEVELOPMENT
18 The game is currently developed by Hanno Braun (skycrusade@habraun.net).
19 There's a public Git repository at http://repo.or.cz/w/skycrusade.git
21 All text documents (documentation, design documents) are licensed under the Creative Commons Attribution 3.0 license (http://creativecommons.org/licenses/by/3.0/). Source code is licensed under the ISC license (license information embedded in every source file).