triangledraw / TriangleDraw-iOS

TriangleDraw is a pixel editor for iPad and iPhone.
https://apps.apple.com/app/id1453533043
MIT License
53 stars 13 forks source link

Game of life #6

Open neoneye opened 4 years ago

neoneye commented 4 years ago

Apply the Conway's Game of life algorithm. There are a few non-square variants that operates on triangles, hexagons, a long list of grid types.

A pause/unpause button, a step button (for when paused), easy to tap to change cells, and extra features could be a clear/random buttons or a super advanced menu that lets u change the ruleset.

Thanks to Chase Marangu for several GoL suggests.

neoneye commented 4 years ago

I have made an implementation here, but I'm not sure about how the UI should be like.

Here is a recording of GoL: https://www.youtube.com/watch?v=39Vgrkaa1Xg

chasemarangu commented 4 years ago

nice

neoneye commented 3 years ago

Adiel Gabriel González Gualdron asked for a hexagon mode for GoL. Interesting.