Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 471 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 471 Bytes

Conway's Game of Life

This is a simple Conway's Game of Life implementation using C and SDL2.

Requirements

You need SDL2 to be able to compile this program.

How to play

  • Left click to create live cells
  • Right click to delete live cells
  • Press R to reload the board file
  • Press S to save the current board
  • Press Shift+R to load the saved board file
  • Press C to clear the board
  • Press Space to pause the simulation
  • Press G to toggle the grid