You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a group of C++ classes that implement the Conquers some regions, following the official rules the SMALL WORLD game, and this is through:
a) First conquest
b) Conquering a region
c) Enemy Losses & Withdrawals
d) Following Conquests
e) Final Conquest attempt/Reinforcement Die Roll.
You must deliver a driver that demonstrates that:
only valid conquering regions can be performed
only valid reinforcement Die roll can be chosen;
given the sum of the die rolled, combined with the Race token(s) left in player’s possession, if it is high enough to conquer the Region, the player deploys his remaining Race token(s) there. Otherwise, he deploys his remaining token(s) in one of the Regions he already occupied prior. Either way, his conquests for the turn end immediately thereafter;
Once a player's conquests for the turn have ended, he may freely redeploy the Race tokens he has on the board, moving them from one Region to any other Region occupied by his race (not necessarily just an adjacent or contiguous Region), provided that at least one Race token remains in each Region under his control.
The text was updated successfully, but these errors were encountered:
Provide a group of C++ classes that implement the Conquers some regions, following the official rules the SMALL WORLD game, and this is through:
a) First conquest
b) Conquering a region
c) Enemy Losses & Withdrawals
d) Following Conquests
e) Final Conquest attempt/Reinforcement Die Roll.
You must deliver a driver that demonstrates that:
The text was updated successfully, but these errors were encountered: