- Main - Class in inf112.fiasko.roborally
-
The mail class which runs the game
- Main() - Constructor for class inf112.fiasko.roborally.Main
-
- main(String[]) - Static method in class inf112.fiasko.roborally.Main
-
- makeMove(RobotID, Action) - Method in class inf112.fiasko.roborally.objects.Phase
-
Makes the given robot move according to to the action input.
- mouseMoved(int, int) - Method in class inf112.fiasko.roborally.ui.screens.InteractiveScreen
-
- moveAllConveyorBelts() - Method in class inf112.fiasko.roborally.objects.Phase
-
Moves robots standing on conveyor belts in the direction of the conveyor belt
In addition, the function rotates appropriately when arriving at any non-straight conveyor belt.
- moveRobot(RobotID, Direction) - Method in class inf112.fiasko.roborally.objects.Board
-
Moves a robot one unit in a specified direction
- moveRobotForward(RobotID) - Method in class inf112.fiasko.roborally.objects.Board
-
Moves a robot one unit forward according to the direction it's currently facing