Game of Loop
Game of Loop
A puzzle game based on Conway's Game of Life
Controls
- For editing the grid you have to be in a Setup mode.
- To place a color first select it next to the grid.
- Right click to delete color.
Hints
The game was designed for you to discover its functionality without these hints.
General hint
This game is based on Conway's Game of LifeWhite cell rules
White cell survives if it has exactly 2 or 3 neighbors. Otherwise becomes a black cell.If black cell has exactly 3 white cell neighbors, becomes a white cell.
Red cell rules
Red cell transforms every neighboring "living" cell to a black cell.Purple cell rules
Puple cell transforms every neighboring "living" cell to another purple cell.Purple cell dies if it has 2 or more purple cells neighbors.
Yellow cell rules
Yellow cell survives if it has less than 4 neighbors. Otherwise becomes a black cell.If black cell has 3 or more yellow cell neighbors, becomes a yellow cell.
Updated | 22 days ago |
Status | In development |
Platforms | HTML5, Windows, Linux |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | xefensor |
Genre | Puzzle, Simulation |
Made with | Godot |
Tags | cellular-automaton, game-of-life |
Code license | GNU General Public License v3.0 (GPL) |
Average session | A few minutes |
Languages | English |
Inputs | Mouse |
Links | GitHub |
Download
Download NowName your own price
Click download now to get access to the following files:
Game of Loop.x86_64 66 MB
Game of Loop.exe 92 MB
Development log
- Solutions45 days ago
Comments
Log in with itch.io to leave a comment.
Love it! It’s genuinely a good game.
Interesting idea, but it seems to be pretty "luck based". The way Game Of Life works is that even if you know all the rules, it's very hard to predict how a system is going to behave, so I ended up just randomly trying various arrangements until one worked. I made it until the puzzle with a purple cell, but couldn't get it to work after several attempts.
This game is a real challenge, not easy at all, but that's what makes it so fun. A smart puzzle that really makes you think.