RoboRally is a board game where the player controls a robot through "programming" before a round. The goal of the game is to get the robot to go through each flag on the board in a set order. Once all flags have been visited in the appropriate order the player wins.
Our digital version is based on this game.
In order to properly run the program the following is required:
- The latest version of Java
- A Java IDE (IntelliJ IDEA recommended)
- Maven (Download:
https://maven.apache.org/download.cgi)
- Download the repository as a .zip file through the green button above labeled "Code".
- Unzip the archive.
- Open the project inside of your IDE.
- Run the project.