A work-in-progress MVP implementation of RoboRally.
When running Main:
- Game is playable in SinglePlayer mode (timer automation yet to be implemented).
- Multiplayer is currently in development.
To run:
- Clone the repo:
git clone https://github.com/inf112-v21/The-Dijkstrasor download the latest release. - In your IDE of choice, preferably IntelliJ IDEA, run Main.java
src/main/java/inf112/skeleton/app/main.java - Run the Main file to start the game. The application will start in a window:
Running tests:
Running manual tests (GUI): refer to Manual Testing.md instructions.
Deliverables contains documents:
- Meeting minutes
- Pair Programming Scheduele
- Pair Programming reports
- Klassediagram
- ObligDoc1
- ObligDoc2
- ObligDoc3
- ObligDoc4
- Manual_Testing.md
macOS specific bug:
"Caused by: java.lang.IllegalStateException:\ GLFW windows may only be created on the main thread and that thread must be the first thread in the process"
Fix for IntelliJ:
run > edit configurations > modify options > add VM options\
then add line: "-XstartOnFirstThread"




