The Wix MIDlet
Play Wix on your Java-enabled phone.
Current version: 1.2.4.
Changelog
- 1.2.3: Made the game faster, changed how points are computed.
- 1.2.1: Removed several unused sanity checks which are no longer needed (I hope).
- 1.1.9: First public release
How to play
Wix is similar to the arcade classic
Qix.
The game starts with an empty rectangle. The player (you!) must draw lines
across the rectangle to claim parts of the playing field. The level is finished
if more than a certain percentage of the field is claimed.
But beware of the enemies!
Download
Get the jar
here
and the jad here
(if you need it).
Wix requires CLDC 1.1 and MIDP 2.0. If you don't know
whether your phone supports it, check with
VMInfo.
Here is also the source code. The zip file contains
an Eclipse project to be used with the
EclipseME plugin and Sun's
Wireless Toolikt (WTK).
Notes
Wix uses the
JMicroPolygon library, which allows drawing polygons in J2ME, just like
with J2SE. Thanks to the author, Simon Turner.
PS: I found some small bugs in JMicroPolygon along the way and reported them.
I received a fix within a few days. That's the benefit of open source
software!
Go to my MIDlet page
Go to my home page
Send me an email