root/README-IntelliDog.txt

Revision 097dadfaa5e1a09b6f96819c34eb2642e7aa8b7d, 1.6 KB (checked in by Reto Schüttel <reto@…>, 3 years ago)

IntelliDog? Changes

  • Property mode set to 100644
Line 
1README:
2
31. What is IntelliDOG
4*******************************************
5IntelliDOG was being developed during the Bachelor thesis and is an attempt to implement
6players as powerful as possible. Several different algorithm from A.I were used.
7It can be run independent in its own framework or an external framework called Bodesuri can be used.
8
9
102. License
11*******************************************
12IntelliDOG is distributed under the GPL license.
13
14To get more info about the GPL license, visit
15http://www.opensource.org/licenses/gpl-license.php
16
173. QuickStart
18*******************************************
19The file IntelliDOG.jar contains all necessary files in order to run the game.
20If you installed Java on your machine, you can simply type on the command line:
21
22        java -jar IntelliDOG.jar
23
24to run the game.
25
26The source files are also included and can be compiled with Ant.
27You need to have installed Ant, that can be downloaded from this page:
28http://ant.apache.org/
29
30Following commands are available:
31
32clean       clean generated class files
33clobber     clean generated class files as well as the jar file
34compile     compile all java files to class files [default]
35jar         create a jar archive     
36javadoc     create javadoc
37run         run the application
38run-ea      run the application with asserts enabled
39run-tests   run all JUnit tests
40
414. Authors
42*******************************************
43We are three students from Bern University of Applied Science in Switzerland and developed
44IntelliDOG during the Bachelor thesis.
45
46Christoph Tschui  tschc3@bfh.ch
47Kathrin Schenk    schek1@bfh.ch
48Thierry Peng       pengt@bfh.ch
49
50
Note: See TracBrowser for help on using the browser.