Frog Escape - J2ME Frogger Clone

Overview

Frog Escape is a clone of Frogger written in J2ME for old mobile phones. The source code is released under the Apache 2.0 license.

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 mobile phone from around 2006.

Screenshot

Sceeenshot of Frog Escape game in progress

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

Code

The code is avaiable at github.com/wjsrobertson/j2menace

Building

Please see the page on building

© Will Robertson