/monolife

Primary LanguageC++GNU General Public License v3.0GPL-3.0

These are some programs I made for my monome. These are all very much a WIP and probably not useful to anyone else besides me.

Building

This is a standard autotools project, you’ll need autoconf and automake installed to build the code.

You’ll also need libmonome and libevent libraries and headers.

$ ./autogen.sh
$ ./configure
$ make

Programs

clear clears the board

monolife is a simulator for Conway’s game of life.

percolate is a percolation simulator.