- Group 01
- Final Submission Version
- Apologies for the large repo size, it's because we used uncompressed .wav files for Linux compatibility
Use the arrow keys and ENTER to navigate the menus. To play a campaign game:
- From the main menu, select Campaign
- In the Campaign menu you can choose to create a new campaign, continue a campaign in progress, or play a campaign level
To play a multiplayer or single player game:
- From the main menu, select Multiplayer
- In the Player select screen use LEFT or RIGHT to choose each player's class, and UP to toggle between player or AI control. Press ENTER to confirm.
- In the Mutators select screen use UP and DOWN to select a mutator, and ENTER key to modify it.
- Select Start to play
To play the game:
- Top Left Player: A, D, W
- Bottom Left Player: J, L, I
- Bottom Right Player: LEFT, RIGHT, UP
- Top Right Player: NUMPAD9, NUMPAD3, NUMPAD5 (ensure NUMLOCK is on)
- If your class has a cool down ability then it is ready whenever the flag in your corner is fully opaque.
- Clone the repository onto your system
- Open Eclipse
- Go to File > Import
- Select General > Existing Projects into Workspace
- Next to "Select root directory", browse to the repository location, and select the Warlords folder
- Click Finish, and the project will appear in Eclipse
Additional Steps: (If you are getting JavaFX compilation errors)
- Go to Window > Preference > Java
- Under the JRE tab select 'Installed JREs'
- Click Add and select 'Standard VM'
- Click directory and navigate to /usr/lib/jvm/jdk1.8.0_91 then click OK
- Click Finish then tick the JDK you just added
- Click OK then Run
- In Eclipse, open the warlords > WarlordsController.java class
- Click Run
- Sylvain Bechet
- Mark Yep