/gol

Nice game of life implementation

Primary LanguageC++

c++ main.cpp -O2 -o main -std=c++11 -lSDL2 -lpthread

./main --fps 30 --x 100 --y 100 --scale 10 --threads 2
Adding --cli makes it output to stdout instead.

Enjoy