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

Main game loop: fortification phase #19

Closed
benrs opened this issue Sep 30, 2017 · 0 comments
Closed

Main game loop: fortification phase #19

benrs opened this issue Sep 30, 2017 · 0 comments
Assignees
Milestone

Comments

@benrs
Copy link
Collaborator

benrs commented Sep 30, 2017

Provide a group of C++ classes that implement the fortification phase following the official rules of the game of
Risk. In the fortification phase, the player is allowed to move a number of armies (X) from one of its countries (the
3
source country) to one of its neighbors that it also owns (the target country). X must be in the range [1 to (number
of armies on the source country - 1)]. You must deliver a driver that demonstrates that 1) only valid countries can
be selected as source/target; 2) only a valid number of armies can be moved; 3) the right number of armies is
effectively moved.

@benrs benrs added this to the Iteration 2 milestone Sep 30, 2017
Philippe229 added a commit that referenced this issue Oct 18, 2017
fix #19 Main game loop: fortification phase
Philippe229 added a commit that referenced this issue Oct 20, 2017
Philippe229 added a commit that referenced this issue Oct 21, 2017
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