atisharma / Space-mining-poker

GNU General Public License v3.0
1 stars 1 forks source link

public_information should include more information #6

Closed atisharma closed 6 years ago

atisharma commented 6 years ago

public_information should include information about current players, perhaps as:

public_information['players'] = {
    'player1': {'bankroll': 1030},
    'player2': {'bankroll': 955},
    'player3': {'bankroll': 324}
    }

It should be a complete representation of the public parts of the game state.