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

Tests for adding player to game #13

Open
tturocy opened this issue Jul 29, 2011 · 0 comments
Open

Tests for adding player to game #13

tturocy opened this issue Jul 29, 2011 · 0 comments

Comments

@tturocy
Copy link
Owner

tturocy commented Jul 29, 2011

A player may be added to a game using the add() operation on the players collection on a game. This works for both extensive and strategic games. The following needs to be done:

  • Document the existence and behaviour of this operation. For extensive games, it creates a new player with no moves. For strategic games, it creates a new player with one strategy.
  • Consider whether any exceptions need to be caught and handled.
  • Add entries to the test suite to exercise this operation.
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

1 participant