alpheratz0 / gameoflife

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v2.0


Languages

Language:C 85.4%Language:Makefile 9.2%Language:Roff 5.4%