Entangled rectangles 0.8 by Pio This is something like a logic game for mobile phones. I release this game in public domain. The goal is to overlap all rectangles, by moving their sides. Some of them are connected to others, so they move together. On the first screen you choose * number of rectangles * entanglements (connections between sides) - more entanglements = more difficult * grid size * view - too small a grid size disables "realistic" view, which has nice colors but renders slower than "blueprint". Versions * entangled08touch - for MIDP2-enabled and touchscreen phones * entangled08 - for all phones without touchscreen Controls * common: Use arrows to change options, fire to start. Use arrows to select and drag rectangle sides, fire and * to select rectangles. * entangled08touch Drag left-right to change options, click check mark to start. Click once to select rectangles, drag to move sides. Click check mark to return to options, X to quit. These icons are also available on keyboard: 0 and #. * entangled08 Use menu commands to enter/exit game/settings. # key selects rectangles. Source code notes This game is written in MIDlet Pascal shareware (free for noncomercial use). Touchscreen version uses Lib_sensor i found here: http://mobilepascal.ucoz.ru/load/2-1-0-37 You can probably extract it out of entangled08touch.jar. The source code is for both versions, using two profiles: "Default" and "touchscreen". Additional touchscreen code is between {$ifdef touchscreen} and {$endif} comments. Recent changes 0.8.1 - corrected a bug, game sometimes crashed when reducing a number of rectangles.