From 5f675b0b7f7b884cf67785462bfe50ab2e8099e3 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sun, 30 Dec 2018 17:28:04 -0800 Subject: modules/submit: add cellular automata game module This module displays realtime battle for domination simulated as 2D cellular automata. This is just a test of the backend piece for a work-in-progress multiplayer game idea. The visuals were kind of interesting to watch so I figured may as well merge it as a module to share. Enjoy! PS: the results can vary a lot by tweaking the defines in submit.c --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3b98877..9cbbfad 100644 --- a/configure.ac +++ b/configure.ac @@ -44,5 +44,6 @@ AC_CONFIG_FILES([ src/modules/roto/Makefile src/modules/sparkler/Makefile src/modules/stars/Makefile + src/modules/submit/Makefile ]) AC_OUTPUT -- cgit v1.2.1