mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Kommentert distributeProgrammingCardsToPlayers
Parprogrammering med Torbjørn
This commit is contained in:
parent
7312347615
commit
a47857381b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user