Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-31 | libs/grid: fix grid_ops_t.taken player type | Vito Caputo | |
Just making things consistent, also dropping unnecessary player assert from submit module. Future libs/grid may explore using the "unassigned" zero player in taken calls for unassigning cells like in simultaneously taken collision scenarios. | |||
2018-12-30 | modules/submit: add cellular automata game module | Vito Caputo | |
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 |