| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| jcolorexpansion | 2014-07-08 | ||
| competition_results | 2002-11-23 | ||
| OldFiles | 2002-11-03 | ||
| readme.txt | 2014-07-08 | 920 Bytes | |
| java_color_expansion_1.6.6.zip | 2014-07-08 | 90.5 kB | |
| Totals: 5 Items | 91.4 kB | 0 |
Version 1.6.6 (2014-07-08)
- the game now uses the less retrictive LGPL v3 license
- recompiled the .jar to be compatible with the current Java version
- unused class CEServerSlot removed
- added version number and copyright notice to the settings dialog
- fixed all NetBeans warnings except for thread management related warnings
(some "this. or start() used in initializer" warnings fudged by adding a call to a dummy initialize() function at the end of the initilizer)
The source code is inside the Java_Color_expansion.jar file.
(.jar files are .zip files and can be unpacked with any unzip program)
The .jar contains two unused resources:
tournament.gif
an unused button image
CEMazeAI2
This is simply a copy of the Maze AI that was used during development to tweak the Maze AI.
You can add it back into the program by editing the PLAYER_TYPE list at the top of CEMatchServer.java.