Skip to content

Files

Latest commit

2464fb2 · Jun 16, 2021

History

History
19 lines (13 loc) · 680 Bytes

Readme.md

File metadata and controls

19 lines (13 loc) · 680 Bytes

example workflow

Created from bordom and for procrastination

This is an SDL2 C++ Implementation of Conway's Game of Life

instructions:

command effect
space pauses the game
right arrow (while paused) one game step
space (while paused) resumes the game
mouse click change tile state
c deletes the field

Note: You need sdl2 and sdl2_image for this.