Kommentert distributeProgrammingCardsToPlayers

Parprogrammering med Torbjørn
This commit is contained in:
GabrielMagnus 2020-03-31 15:53:46 +02:00
parent 7312347615
commit a47857381b

View File

@ -249,6 +249,9 @@ public class RoboRallyGame implements IDrawableGame {
respawnRobots();
}
/**
* Deals correct amount of cards to active players, based on their robots damage
*/
private void distributeProgrammingCardsToPlayers() {
int robotDamage;
ProgrammingCardDeck playerDeck;