-
Notifications
You must be signed in to change notification settings - Fork 0
Conway's game of life implemented in the C programming language using the xcb library
License
alpheratz0/xgameoflife
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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