This code playground is a home for fun little experiments, code doodles and whimsy. Many of the posts in this section are the results of my daily code hour that I thought other people may find interesting.
β°
- Diffusion-limited aggregation My partner Nicolette asked if I could simulate lichen so I made this implementation of DLA for canvas.
- Game Of Life I made this implementation of Conwayβs Game of Life using a webworker in an offscreen canvas. Each new generation is returned by a generator function.
- Wolfram Cellular Automata I adore these patterns originally concieved by Stephen Wolfram. I made the generator for these using an offscreen canvas in a similar way to the Game of Life one