np-eazy / Pentaquad

3 stars 1 forks source link

Click to toggle automatic MoveTo with mouse hovering #34

Closed np-eazy closed 1 year ago

np-eazy commented 1 year ago

Clicking toggles on and off the option to use MoveTo, switching between mouse controls and WASD controls to move the piece.

If the toggle flag is true, each call to consumeAction() in GameController returns the appropriate MOVE_TO action that a mouseclick would typically trigger

np-eazy commented 1 year ago

resolved by issue #37