Skip to content

Guimica-gml/gesq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gesq

nesq's game of life

gesq-example

How to use

  • Click to Resume/Click to Pause: you can use to pause and unpause the simulation.
  • Advance State: when the simulation is paused it will advance to the next state of the board.
  • Clear: it will fill the board with dead cells.
  • Buttons under the Patterns tab: they work as changing the "brush", so you can add cool patterns to the simulation.
  • When the game is paused you can click in a cell to toggle its state between alive and dead.

Build and run

You will need raylib to build this code.

$ ./build.sh run