Basic Shmup
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.
Download JAD (1K) JAR (59K) Source (21K)
Tetrominos
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.
Download JAD (1K) JAR (13K) Source (19K)
Langton’s ant
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.
Download Source (7K)
Conway’s Game of Life
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.
Download Source (8K)
DLA
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.