kumom / conways

Yet another Conway's game of life (torus grid)

Home Page:https://kumom.io/conways/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conways's Game of Life

With my limited knowledge of css, I think the grid layout (by setting grid-auto-columns and grid-auto-rows to 1fr) can be used as a hacky way to implement the infinite field. But since I am using a bunch of <span> elements to represent the cells, it would be super slow anyway. The demo implemented by copy looks amazing and I hope to have time to look deeper into that later.

Lots of other cool features can be added (say generate a new game by different patterns), but I currently don't have time for that. Still I hope you enjoy this minimal demo!

About

Yet another Conway's game of life (torus grid)

https://kumom.io/conways/

License:MIT License


Languages

Language:JavaScript 63.7%Language:CSS 18.2%Language:HTML 18.1%