juppia / gameoflife

My implementation of Conway's Game Of Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life

My implementation of Conway's Game of Life

Compilation

g++ -lncurses main.cpp -o gameoflife

Usage

After starting the program, you need to draw an initial configuration. 'C' stands for cursor. To move the cursor use WASD keys. To place a block use E key. Hit Space to start the game.

About

My implementation of Conway's Game Of Life


Languages

Language:C++ 100.0%