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.
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.