Hello, after toying a bit with Midlet Pascal, tonight i coded my first
"real" game with it, Mind Storm!

Mind Storm! is a Mastermind clone where cpu choose 4 colours out of 6
and you have 10 try to guess them.

-You get a black dot for every color guessed in the right pos.
-You get a black "empty" square for each color guessed in the wrong pos.
-None if you wrong colors and position

Cpu sequence can be everything, it can also repeat colors (eg: Yellow,
Yellow, Red, Blue)



In game keys:

* - start play
# - exit
4 or left - move left
6 or right - move right
5 - select color or submit row or delete last color

Here is the package:

MindStorm.jar

and for those with cables:

MindStorm.jad

Tested on my Motorola V3 and it worked great!
Let me know what you think, compatibility and so on

PS: The game is coded quickly so it can be a bit buggy somewhere