alpheratz0 / xgameoflife

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

This program requires libxcb, libxcb-cursor, libxcb-xkb and
libxcb-keysyms 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 xcb library

License:GNU General Public License v2.0


Languages

Language:C 89.4%Language:Makefile 6.8%Language:Roff 3.9%