Hacker News new | ask | show | jobs
Show HN: Conway's Game of Life in Clojurescript (cljgol.com)
1 points by onitica 4969 days ago
1 comments

I made this as a sample project using clojurescript.

The canvas is clickable - clicking will swap the value of the spot. Heatmap shows how long a piece of bacteria will live in a spot (Black being just born - White living 25 iterations). It helps to point out patterns that are persistent.