lesurJ / GameOfLife

A simple CPP implementation of the Conway's "game of life"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameOfLife

A simple CPP implementation of the Conway's "game of life".

How to :

  • (optional) Change the parameters defined in game_logic.hpp
  • Build the target with the makefile
  • Run and enjoy !

About

A simple CPP implementation of the Conway's "game of life"

License:GNU General Public License v3.0


Languages

Language:C++ 90.4%Language:Makefile 9.6%