Add gifs
parent
08a8089529
commit
e1bfba625e
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
### ants
|
### ants
|
||||||
|
|
||||||
|
![ants](ant.gif)
|
||||||
|
|
||||||
langton's ant, heavily inspired by Andrew Healey's [blog post](https://healeycodes.com/virtual-ants) and [code](https://github.com/healeycodes/virtual-ants).
|
langton's ant, heavily inspired by Andrew Healey's [blog post](https://healeycodes.com/virtual-ants) and [code](https://github.com/healeycodes/virtual-ants).
|
||||||
|
|
||||||
supports multiple colors by passing a custom set of rules, see [wikipedia](https://en.wikipedia.org/wiki/Langton%27s_ant#Extension_to_multiple_colors).
|
supports multiple colors by passing a custom set of rules, see [wikipedia](https://en.wikipedia.org/wiki/Langton%27s_ant#Extension_to_multiple_colors).
|
||||||
|
@ -12,12 +14,16 @@ click on the screen to spawn new ants.
|
||||||
|
|
||||||
### life
|
### life
|
||||||
|
|
||||||
|
![life](life.gif)
|
||||||
|
|
||||||
conway's game of life. supports other life-like cellular automata rules, see [wikipedia](https://en.wikipedia.org/wiki/Life-like_cellular_automaton#A_selection_of_Life-like_rules)
|
conway's game of life. supports other life-like cellular automata rules, see [wikipedia](https://en.wikipedia.org/wiki/Life-like_cellular_automaton#A_selection_of_Life-like_rules)
|
||||||
|
|
||||||
left click or click and drag to flip cells on, and right click to spawn a glider.
|
left click or click and drag to flip cells on, and right click to spawn a glider.
|
||||||
|
|
||||||
### wireworld
|
### wireworld
|
||||||
|
|
||||||
|
![wireworld](wireworld.gif)
|
||||||
|
|
||||||
wireworld.
|
wireworld.
|
||||||
|
|
||||||
left click to toggle conductors (wires) on and off. right click to spawn an electron head in a conductor. spacebar to toggle play/pause.
|
left click to toggle conductors (wires) on and off. right click to spawn an electron head in a conductor. spacebar to toggle play/pause.
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 641 KiB |
Loading…
Reference in New Issue