Developed a robust, interactive implementation of Conway's Game of Life, a classic zero-player game that demonstrates emergent behavior through cellular automata.


Features:

  • Create Board base on Width and Height. 8x8 to 50x50
  • Change the size of each cell. 25 to 99
  • Able to click on each cell to toggle alive/dead
  • Auto fill board with patterns in 8x8 size
  1. True Random: work on all size board
  2. Test Random
  3. Blinker
  4. Toad
  5. Beacon
  6. Slider
  • Button to go to next Generation
  • Auto next Generations

Conway_GameOfLife_Webgame_Download:
This is the download of build

Conway GameOfLife Unity Project: 
This is the Source code to be run in the Unity 6.0 editor (v6000.0.30f1)

Main.cs:
This is the C# file inside the Unity 6.0 Project File

See in Browser

Program.cs:
This is the Original Source Code used in the Windows Command Prompt:
See in Browser

Download

Download
Conway GameOfLife Unity Project 673 kB
Download
Main.cs 14 kB
Download
Program.cs 12 kB

Leave a comment

Log in with itch.io to leave a comment.