This is Team Deactivision's take on the Game of Life implementation. 

StatusReleased
PlatformsHTML5
Authorg4mrpr0n
GenreSimulation
TagsIdle
Average sessionA few seconds
InputsMouse

Comments

Log in with itch.io to leave a comment.

(+1)

Minimalistic yet pleasing to the eye. Can't go wrong with a classic, love it!

Rule set seems inconsistent.   Testing single values from the same location results in different behavior on each run.  Seems true for multiple values.  I didn't exhaustively test, but it seems random.

On top of base rules it features the deadly zone (yellow zone on the map), and 2 new rules:
1. A live cell with exactly two live neighbors will "migrate" to a random adjacent cell
2. Each tile has a 50/50 probability to teleport to a random location on the map, if it is available.

Game is working as intended! :P

(+1)

So its not game of life, it has similar mechanics.   Thanks for the explanation.

Might be worth noting that game of life is predictable where mechanisms can be designed that will create things forever.  This similar type version can't.  Its an interesting concept.

Yeah, it's a modified version. It was made for the Game development course I'm taking, so it had extra requirements beside base rules :).

Thank you for interesting yourself in it!

(+1)

I found the UI very cute. I am sure that this game may become even cooler if you will introduce more ways to configure simulation.

(+1)

I love the UI first of all. The colours are amazing and and pleasant. Music it's but, elevator like, but cute. The teleportation feature is interesting and gives a new, fresh side for this classic games. 9.5/10 on IBM from me :)))

(+1)

This game  is a truly remarkable project that has stood the test of time. Its simple yet elegant rules have captivated generations of mathematicians, computer scientists, and enthusiasts alike. The game is a perfect example of how a few basic principles can lead to astonishingly complex behavior, making it an endlessly fascinating subject for study and exploration.

(+1)

Very cool idea and implementation! I really like the visual design and the UX of this experience. The teleportation makes the simulation much more unpredictable than the original Game of Life