youngnix / cgol

Simple Conway's Game of Life visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple Conway's Game of Life visualization


Languages

Language:C 100.0%