/gameoflife

Conway's game of life implemented in the C programming language using the freeglut library

Primary LanguageCGNU General Public License v2.0GPL-2.0

Conway's game of life implemented in the C programming language
using the freeglut library.
For more information about it's usage check `man gameoflife`.

This program requires libfreeglut to be installed.
In order to build this program you need to run `make`.

This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License
version 2 as published by the Free Software Foundation.
See COPYING for more details.