https://github.com/danieldiekmeier/python-lostcities
Python-Version of Lost Cities
https://github.com/danieldiekmeier/python-lostcities
Last synced: 3 months ago
JSON representation
Python-Version of Lost Cities
- Host: GitHub
- URL: https://github.com/danieldiekmeier/python-lostcities
- Owner: danieldiekmeier
- Created: 2013-06-30T19:18:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-01T18:40:10.000Z (almost 12 years ago)
- Last Synced: 2025-01-15T10:12:56.536Z (5 months ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BRAIN
## .put(status())
returns location, color and number of card as dictionary
### location:
0: board
1: discard pile
### color:
the color as string
### number:
the number of the card, 1 for multiplicator## .draw(status())
### location:
0: deck
1: discard pile
### color:
the color of the discard pile from which to take
this will be ignored if location=0