jackmakesthings / game-dev

return False; an experiment in AI and decision-making, via Godot Engine
GNU General Public License v2.0
3 stars 2 forks source link

explore/prototype: "bit slider" minigame #91

Closed jackmakesthings closed 8 years ago

jackmakesthings commented 8 years ago

per dean's concept, the root idea is a grid of switchable tiles that has to be made to match a different arrangement of the same tiles. we're planning to experiment with a bunch of different ways to interact with the tiles - swap one with another, reverse a row or block at a time, etc. The hope is that this could be a general system that gets extended into a variety of mini games.

jackmakesthings commented 8 years ago

This is full-featured enough to close, will add new issues for specific behavior updates.