An implementation of Conway's Game of Life as a C learning exercise.
- Install the SDL2 library:
sudo apt-get install libsdl2-dev -image-dev
on linux, debian-based distributions- or
brew install sdl2
on macOS
make run
Press:
- Space to advance
- Tab to randomize the board
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2012 Romain Lespinasse <romain.lespinasse@gmail.com>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.