Games/MegaBlock
From Ratwiki
Contents |
MegaBlock Overview - Tetris clone
MegaBlock is a Tetris clone written in J2ME for mobile phones. The source code is released under the Apache 2.0 license.
It uses several libraries from J2Menace.
Compatible devices
J2ME devices with a screen resolution of 240x320 or higher supporting MIDP 2.0 and CLDC 1.1. In other words a modern mobile phone with a decent sized screen.
Screenshots
Download
| File | Description | Link |
|---|---|---|
| Jar file | Binary package required containing application. | MegaBlock-1.0.0.jar |
| Jad file | Meta file required to install the Jar file on some devices | MegaBlock-1.0.0.jad |
| Source code | Source package containing the J2ME source code, build scripts and javadoc | MegaBlock-1.0.0-src.zip |
| Javadoc | Javadoc for source code | MegaBlock-1.0.0-javadoc.zip |
Javadoc
Javadoc is available online here or for download here
Building
Please see the generic page on Building the libraries and packages on this site
