Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 288 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 288 Bytes

Conway's Game of Life

  • To Build:
  1. Install SDL2
  2. Compile it using Premake5
  • Keys
    • Press "P" or "Pause/Break" for pause it.
    • Press "G" to see the grid.
    • Press "Escape" to exit.

You can click on any cell (square) to make a cell alive.