(defn- handle-game-event! | |
[msg] | |
(store/swap-game! | |
(case msg | |
:new-game (fn [_] (game/new-game)) | |
:restart game/restart-game | |
:undo game/undo-player-move))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment