/ComposeGameOfLife

GOE

Primary LanguageKotlinApache License 2.0Apache-2.0

Game of life compose

📜 Description

A game of life implemented in Jetpack Compose. Game logic implementation is from a11n.

Todo

  • Support large number of cells
  • Only checks live cells neighbor using quad-tree
  • Support file importing (.RLE extension)