|
Here is the .jad and .jar. You may
need to modify the .jad file in order to install the game (that is if you want to
take the risk to run it on a real device). The source is also available.
In case you are interested, here is the Ant file that I used to build
the project. You may find it useful if you want to use command line to compile your
J2ME projects. The Ant file includes compile, obfuscate (none, ProGuard, and RetroGuard), preverify,
and packaging etc actions. In fact, I spent more time to write this Ant file than porting
the code.
|