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