GameOfLife - A Conway's Game of Life in Raylib

  • By Gaël
  • Last update: Oct 2, 2022
  • Comments: 0

Game of Life


⚙️ This is my own implementation of the Conway's Game of Life in Go with Raylib.


🖼️ Screenshots

screenshot1 screenshot2 screenshot3

How to use

  • C - Clear all cells
  • R - Randomize all cells
  • P - Open the patterns menu
    • 1 - Create a block
    • 2 - Create a blinker
    • 3 - Create a glider
    • 4 - Create a pentomino

How to compile

Download the go compiler here.

Then run this command:

$ go -ldflags -H=windowsgui build .

Or this one:

$ bash build.sh

Download

GameOfLife.zip