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 | libs/grid: add grid cellular automata component | Vito Caputo | |
Prep for adding a new module displaying a cellular automata based on the grid component from a multiplayer game I'm working on. |