Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1006 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 1006 Bytes

PotionSlingers

How to Run the Game

  1. Open the server folder PotionSlingers\PotionSlingers-A\HW4_Server_Mk_2 in a program like IntelliJ.
  2. Start the server by running the main() function in GameServer.java (Located in PotionSlingers\PotionSlingers-A\HW4_Server_Mk_2\src\core\GameServer.java)
  3. Open the PotionSlingers\PotionSlingers-A folder in Unity to open the Unity project.
  4. Load the TitleScene to start at the Main Menu of the game.
  5. Press Play in the editor once the scene is loaded up.

How to Play the Game (perform these steps on any Client)

  1. Once you're playing the game in the TitleScene, press the Play button.
  2. Proceed to press Login, then once "logged in", press the Play button again to choose a character.
  3. Once a Character is chosen, you will end up in the lobby.
  4. Once all players (separate clients) are in the lobby, hit the Not Ready button to Ready up.
  5. After all players Ready up, the scene will transition into the GameScene, where the actual game begins!