home *** CD-ROM | disk | FTP | other *** search
/ 200+ Great Games for PDA / 200+PDA.BIN / 200+PalmGames / JacadoMiddle / _details < prev    next >
Text File  |  2003-01-17  |  1KB  |  1 lines

  1. JacadoMiddle is a logic board game. In the beginning of the game you are presented with a 5 x 5 board which squares are whether "on" or "off". The objective of the game is to turn all the squares "on" except for the square in the middle making minimum moves. When the game starts, random number of squares is "on". Some configurations may be trivial to solve, while others may be harder. Selecting a square toggles its state as well as the state of some squares adjacent to it as follows: if the square in the middle of the board is selected, it and the four squares to its sides (up, down, left and right) will be toggled; if the central square of a row is selected, it and the two squares to its sides (left and right) will be toggled; if the central square of a column is selected, it and the two squares above and below it will be toggled; selecting other squares will cause the selected square together with the other three squares (which together form a rectangle of 2x2 squares where the selected square is the most remoted from the middle of the board) to be toggled. You have to install the MIDP Java Profile on your Palm before running this application. It can be downloaded from sun for free at http://java.sun.com/products/midp4palm/.