Conway's Game Of Life

Hello everyone! For a very long time I wanted to do something like a simulation but in Roblox.
And I got on the cellular automaton “Game of Life”.

At this point in the game there is only a small playing field, stopping / starting the simulation.

The game operates according to the proposed rules:

  • Life is born in a dead cell if it has at least three alive neighbors.
  • A cell dies if it has less than two alive neighbors.
  • A cell dies if it has more than three alive neighbors.

Also, the game will be open-source.
https://www.roblox.com/games/8615033739/Game-Of-Life-WIP-READ-DESC

9 Likes

So, im recorded the video with this.

2 Likes

It works well, and the UI is clean and pleasant. To make it easier to use, though, I’d suggest allowing the user to click and drag across the board to draw multiple cells.

1 Like

Hello, thanks! Yeah im really think about that, cuz on testing it says like “u need a faster drawing”

That seems super cool! But I would like to see more cells to work with.

Also, maybe an animation for the dying cell that floats and rotates slightly off its spot and flickers red, that would look really cool

I made a quick example for this:
3b6425322d1caa772418227ecaae5c6c

Hi, yeah, i remove limit and in future wanna add ZOOM and moving for make a grid infinite.
I added limit cuz in tests in roblox studio it just get out from the screen, but later i realize about screen resolutions. im dumb.

1 Like