Is your feature request related to a problem? Please describe.
The ModeSwitch is already added as a Vue component. Nevertheless, this component has no functionality yet - the Thunderlight's board is effectively works only in the Play mode.
Describe the solution you'd like
The mode property must influence the board movements actions and allow the player move the enemies pieces, for example, in all the modes, except the Play one. Maybe it should be an interface or something like this? Some sort of design pattern must be choosen.
Is your feature request related to a problem? Please describe.
The
ModeSwitchis already added as a Vue component. Nevertheless, this component has no functionality yet - the Thunderlight's board is effectively works only in thePlaymode.Describe the solution you'd like
The
modeproperty must influence the board movements actions and allow the player move the enemies pieces, for example, in all the modes, except thePlayone. Maybe it should be an interface or something like this? Some sort of design pattern must be choosen.