In Supaplex you can space + arrow to do an action on neighbor tiles. Like consume the dirt (not sure if you can also push objects but that should also be possible)
This ability adds dynamic and strategy to the game, we should have it too!
It does not sound really hard, we probably easily can check if two buttons are pressed and check for actions then. The toughest part is probably refactoring the code to make it work nicely. Because the action like "eating" (which is collection is our game) is done by different components.
In Supaplex you can
space
+arrow
to do an action on neighbor tiles. Like consume the dirt (not sure if you can also push objects but that should also be possible) This ability adds dynamic and strategy to the game, we should have it too!It does not sound really hard, we probably easily can check if two buttons are pressed and check for actions then. The toughest part is probably refactoring the code to make it work nicely. Because the action like "eating" (which is collection is our game) is done by different components.
Sounds like fun tho!