(This is a reduced english version of the article "Cuatro en raya", sorry for my bad english)
Connect4 is a simple turn game. The goal is to put 4 counters aligned horizontally , vertically or diagonally.
I've developed this game for the Symbian S60V5 mobile operating system using JavaMe with the eSwt library, so you can use the 360x640 resolution and use the touch display to play if you have a Nokia 5800, N97, or so.
You play against the machine. It is difficult to win but it's possible. Try it.
You can download here:
- Connect4 . This is a Jar File you can install directly on your mobile.
Also, if you like programming, you can get the source code :
- Juego.java : Graphic layer of the game, responsable of the user interface.
- Modelo.java : Thinking layer of the game. The strategy algorithm is implemented here.
- Main.java Main program. Acts as a container of the game in the Midlet.
Hope you like it.
More details in Spanish in this page: Cuatro en Raya





