Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kumom/conways

Yet another Conway's game of life (torus grid)
https://github.com/kumom/conways

conways-game es6 html scss vanilla-javascript

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 `` elements to represent the cells, it would be super slow anyway. [The demo implemented by copy](https://github.com/copy/life) 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!