Advertising
advertising
related pastes to tag 'octgn'
- 2108868 - actions.py: octgn doomtown
-
- #---------------------------------------------------------------------------
- # Constants
- #---------------------------------------------------------------------------
- import re
- phases = [
- '{} is currently in the Pre-game Setup Phase'.format(me),
- "It is now GAMBLIN' time. Play Lowball!",
- 2058635 - actions.py: poker octgn doomtown
-
- #---------------------------------------------------------------------------
- # Constants
- #---------------------------------------------------------------------------
- import re
- phases = [
- '{} is currently in the Pre-game Setup Phase'.format(me),
- "It is now GAMBLIN' time. Play Lowball!",
- 2055479 - actions.py: poker octgn doomtown
-
- #---------------------------------------------------------------------------
- # Constants
- #---------------------------------------------------------------------------
- import re
- phases = [
- '{} is currently in the Pre-game Setup Phase'.format(me),
- "It is now GAMBLIN' time. Play Lowball!",
- 2054889 - actions.py: poker octgn doomtown
-
- #---------------------------------------------------------------------------
- # Constants
- #---------------------------------------------------------------------------
- import re
- phases = [
- '{} is currently in the Pre-game Setup Phase'.format(me),
- "It is now GAMBLIN' time. Play Lowball!",
- 2054887 - actions.py from Doomtown on OCT: poker octgn doomtown
-
- #---------------------------------------------------------------------------
- # Constants
- #---------------------------------------------------------------------------
- import re
- phases = [
- '{} is currently in the Pre-game Setup Phase'.format(me),
- "It is now GAMBLIN' time. Play Lowball!",
- 2054265 - actions.py from Doomtown CCG on : poker octgn doomtown
-
- #---------------------------------------------------------------------------
- # Constants
- #---------------------------------------------------------------------------
- import re
- phases = [
- '{} is currently in the Pre-game Setup Phase'.format(me),
- "It is now GAMBLIN' time. Play Lowball!",
- 2054264 - actions.py from Doomtown CCG on : octgn doomtown
-
- #---------------------------------------------------------------------------
- # Constants
- #---------------------------------------------------------------------------
- import re
- phases = [
- '{} is currently in the Pre-game Setup Phase'.format(me),
- "It is now GAMBLIN' time. Play Lowball!",
- 2054255 - Example: octgn
-
- # First I would save the position where my own dictionary is stored
- myPosition = None
- def saveposition():
- global myPosition
- playeri = 0
- for playerI in range(len(players)):
- if players[playerI][0] == me:
- 2051963 - actions.py from Doomtown CCG on : python octgn
-
- #---------------------------------------------------------------------------
- # Constants
- #---------------------------------------------------------------------------
- import re
- phases = [
- 'It is currently in the Pre-game Setup Phase',
- "It is now GAMBLIN' time. Play Lowball!",