Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 262 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 262 Bytes

Game-of-Life

An implementation of Game of Life using SDL

Building from source

git clone https://github.com/valdaarhun/Game-of-Life.git
cd ./Game-of-Life
make

Interaction

  • Left-click to bring a cell to life.
  • Press enter to start simulation.