Skip to content

youngnix/cgol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages