Basic Shmup

images/shmup_shot1.png
1 2

A simple shoot’em’up game for J2me platform. Originally made years ago when I was learning mobile java programming; now tweaked into working condition.
To download for your mobile, select the JAD file with your mobile phone’s browser or download the JAR and transfer it yourself.

View midlet demo  

Download JAD (1K) JAR (59K) Source (21K)

Tetrominos

images/tetro_shot1.png
1 2

A simple Tetris clone. Made during one rainy weekend when I realized I haven’t done a tetris-game before, and every programmer has to do it at least once. First prototype was done as Java applet which was then ported to midlet for J2me capable mobile phones.
To download for your mobile, select the JAD file with your mobile phone’s browser or download the JAR and transfer it yourself.

Play game  

Download JAD (1K) JAR (13K) Source (19K)

Langton’s ant

images/lant_shot.png

Langton’s ant is a two-dimensional Turing machine with very simple ruleset, invented by Chris Langton in 1986, in which an "ant" walks in an infinite grid. It exemplifies how simple rules can produce complex emergent behavior. This is an implementation of Langton’s ant simulator done as Java applet and uses data structure to allow seemingly unlimited grid for the ant to travel.

View applet  

Download Source (7K)

Conway’s Game of Life

images/clife_shot1.png
1 2 3 4

Conway’s Game of Life or simply Life is a famous cellular automaton devised by John Conway in 1970. In Life square cells live in a two-dimensional grid and each new generation is produced from the previous one through few simple rules. In this implementation done as Java applet the grid is stored without artificial size constraints and is only limited by available memory and computational resources.

View applet  

Download Source (8K)

DLA

images/dla_shot1.png
1 2

DLA or Diffusion-limited aggregation image generator made in Java. To use it you need to have Java installed. Tested on Ubuntu Linux and Windows, but should work on any platform.
Download contains precompiled JAR package with running instructions as well as full source code.

  

Download DLA (10K) example 1 (85K) example 2 (82K)