Skip to content

mnementh64/GameOfLife

Repository files navigation

GameOfLife

Android Application : some Game of Life like algorithms

If you want a quick try, only install on your smartphone the .apk file located in the /bin/ folder.

Some algorithms have been included, some well known, others from my own :

** Now compatible to Android 29 **

  • Conway rules : the standard Game Of Life
  • Shelling rules : the Shelling implementation showing automatic segregational behaviour of populations
  • Epidemic rules : one of my own to play with some deathly desease extending over the world !
  • War rules : also one of my own to reproduce some fighting behavior throught simple rules. Some settings are available to change rules.
 

All these are still work in progress : I am currently adding some settings to each of these rules.

Enjoy and let me know some about it :-)