Tactix
Customizable Tactics Game


    Tactix is a customizable tactics game written in Java. The game is simple and easy to learn and is almost completely customizable.

    The executable file found below contains both the game runner and game editor. Graphics, units, and maps may be created or edited by using the Game Editor and the Game Runner may be used to run a game saved by the Game Editor.
The JRE 1.6 or above must be installed to run any of the executables.

Binary & Source Code
Source Code of all Classes
JAR Executable

To run the game runner, simply run the executable with no arguments or with the -game option. To run the game editor, run the executable with the -editor option.

Note: This program may require more memory than the JVM allocates and you may get unexpected errors during runtime. To prevent this, ensure that the JVM allocates enough memory by using the -Xms and -Xmx options when running the JVM.

Example: java -Xms256m -Xmx256m -jar
tactix.jar -game

Documentation
Part A - Analysis
Part B - Detailed Design
Part C - The Program (excluding source code)
Part D - Documentation (See manual below)

Help Resources
Tactix Game & Game Editor Manual
Video Demonstrating How to Play the Game
Video Demonstrating How to Use the Game Editor
Sample Game, Map, and Unit files and Sprites

To be updated soon. this is not the final version

Java Docs