This is Conway's Game of Life. Its a coding project I've been working on for a few days. No video tutorials were used to make this game. I did use the CGOL wiki for the rule set (which is very simple)

1.) Any live cell with fewer than two live neighbors dies, as if by underpopulation.

2.) Any live cell with two or three live neighbors lives on to the next generation.

3.) Any live cell with more than three live neighbors dies, as if by overpopulation.

4.) Any dead cell with exactly three live neighbors becomes a live cell, as if by reproduction.

https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

The rules for each cell is simple. Its even easier to play!

Left Mouse Button - Sets a tile to active (If you click more than once it will change color. This does nothing but it will eventually set the tile to unactive if you click enough times.

Right Mouse Button - Sets a tile to unactive. Its a dead tile.

Drop Down Box - This drop down box gives you a bunch of options. From here you can Save/Load a frame you select. You can clear the saved frame. You can select how fast you want each frame to go. You can also tell it to only progress a certain amount of frames.

That's about it, very simple game. Thanks for giving it a try and enjoy.

Published 13 days ago
StatusReleased
PlatformsHTML5
AuthorLFWPanda
GenreSimulation
Made withGodot
Tags2D, Singleplayer

Download

Download
CGOF.zip 24 MB

Install instructions

Made by LFWPanda

Just download and unzip and your ready to go!

Development log

Leave a comment

Log in with itch.io to leave a comment.