Skip to content

Instantly share code, notes, and snippets.

@tt293
Created May 17, 2020 14:25
Show Gist options
  • Save tt293/7da493e3921a69f81d678e77bf99752d to your computer and use it in GitHub Desktop.
Save tt293/7da493e3921a69f81d678e77bf99752d to your computer and use it in GitHub Desktop.
Leduc handle action
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