mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Merge branch 'master' of https://github.com/inf112-v20/Fiasko
This commit is contained in:
commit
c98df5d359
@ -397,6 +397,11 @@ public class RoboRallyGame implements IDrawableGame {
|
||||
gameBoard.doLaserCleanup();
|
||||
}
|
||||
|
||||
/**
|
||||
* Runs all the programs in the correct order for the phase that is given.
|
||||
* @param phase The phaser Nr we are in.
|
||||
* @throws InterruptedException If it gets interupted while trying to sleep
|
||||
*/
|
||||
private void runProgramCards(int phase) throws InterruptedException {
|
||||
List<RobotID> robotsToDoAction = new ArrayList<>();
|
||||
List<ProgrammingCard> programToBeRun = new ArrayList<>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user