Games/FrogEscape
From Ratwiki
Contents |
Frog Escape Overview - a Frogger clone
FrogEscape is a clone of Frogger written in J2ME for mobile phones. The source code is released under the Apache 2.0 license.
It uses several libraries from J2Menace.
Gameplay and Graphics
The gameplay, graphics and "feel" are meant to be as close to the Konami arcade version of Frogger as possible on a mobile phone.
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. | FrogEscape-1.0.0.jar |
| Jad file | Meta file required to install the Jar file on some devices | FrogEscape-1.0.0.jad |
| Source code | Source package containing the J2ME source code, build scripts and javadoc | FrogEscape-1.0.0-src.zip |
| Javadoc | Javadoc for source code | FrogEscape-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
