Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does variable talked do? #17

Open
ueg1990 opened this issue Sep 22, 2014 · 1 comment
Open

What does variable talked do? #17

ueg1990 opened this issue Sep 22, 2014 · 1 comment

Comments

@ueg1990
Copy link

ueg1990 commented Sep 22, 2014

Hello,

When you define the attributes of a player, you define an attribute call talked. What is the purpose of this attribute?

@mduleone
Copy link

Howdy...

I'm writing my own engine, so after mapping out my algorithm, I decided to poke around the interwebs to see what other engines exist. From what I can tell, talked is supposed to indicate that a player has "acted" and, barring a need to respond to another player's action, they no longer need to "act." It's used in checkForEndOfRound, and It seems to be what I'm tracking through combining GameState.gameData.action and GameState.gameData.lastRaiser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants