An open API service indexing awesome lists of open source software.

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

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