Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 295 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 295 Bytes

Gol

A game of life simulator

Probably not the fastest but it is pretty fast. It uses lots of fancy bitwise stuff and it uses 1 bit per cell when storing grids so it's probably memmory efficent as things go. Lacks support for non torus grids, and grids whose dimensions aren't multiples of 8.