Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 300 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 300 Bytes

Conway

Implementation of Conway's "Game Of Life" with imgui.

Todo

  • Determine initial pattern by mouse click.
  • Color variation with cell's age.
  • Pan field when some cells go far.
  • Get neighbor via something like R-tree.

Reference

LifeWiki