This repository has been archived by the owner on Mar 27, 2022. It is now read-only.
Regarding the move event in move function of GameControlPanel.java #2
Answered
by
henryhchchc
DelusionArun
asked this question in
Q&A
-
The TODO of the move function in GameControlPane.java is - Perform move action on game controller and trigger the move event with its result. Does this move event refer to the MoveEvent class in event folder or the moveEvent field in the GameControlPane? |
Beta Was this translation helpful? Give feedback.
Answered by
henryhchchc
Oct 16, 2021
Replies: 1 comment 2 replies
-
Exactly === edit === Sorry for not reading you question carefully. You should trigger the event referred bt the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
henryhchchc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exactly
=== edit ===
Sorry for not reading you question carefully. You should trigger the event referred bt the
moveEvent
field using theMoveEvent
class. As for how to use them, you need to figure it out yourself.