A java cellular automata based on The Powder Toy.
Thread located at powdertoy.co.uk
Keybinding help, the same info can also be enabled on the hud in-game.
| Control | Action |
|---|---|
| T | Toggle drawing shape as Circle or Square. |
| F | Update by a single frame. |
| H | Toggle HUD |
| S | Toggle window size. |
| SPACE | Pause & Play |
| [ ] | Change drawing size +- 1 |
| 1 to 4 | View type: Default, Temp, Life Gradient, Fancy |
Be sure to have at least Java 11 installed.
Extract the latest release zip file and run jpowder-yyyyMMdd.HHmmss.jar.
Use the clean build commands to test a build. Use the run command to build and run.
$ ./gradlew clean build
$ ./gradlew runRun the package command then zip up the build/package folder contents for a release.
$ ./gradlew packageJar