You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previous version of implementation didn't have the ability to stop the
whole main loop even we press Ctrl+Q, we enable this feature by adding a
boolean variable to determine wheter the game's over or not, if yes then
we'll jump out of the main loop as well.
0 commit comments