Created
May 17, 2020 14:25
-
-
Save tt293/7da493e3921a69f81d678e77bf99752d to your computer and use it in GitHub Desktop.
Leduc handle action
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def handle_action( | |
self, | |
player: LeducPlayer, | |
action: LeducAction) -> LeducGameState: | |
next_state = copy.deepcopy(self) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment