Skip to content

Igor-Basilio/Conways-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Conways Game of Life using Golang + Raylib

The rules of the game are as follows : ( slightly different from the ones on the wikipedia page )

  1. Any alive cell with one or less neighbours dies
  2. Any alive cell with four or more neighbours dies
  3. Any dead cell with exactly three neighbours lives

If none of those rules apply then the cell moves on to the next generation.

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

Controls :

  1. Left Control to pause the game and be able to select and click cells with the mouse.

Running :

  1. All you need is to have Go installed, https://go.dev/doc/install
  2. Change into the main directory of the project
  3. Run : go run ./main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages