This is a submission for the 2025 Redmond High School event Hunt the Wumpus by 👤 Matej Stastny • 👤 Samuel • 👤 Moby • 👤 Alex Made in Unity 2023.2.
Set up the project for development with the following steps:
-
Install Git 🖥️
- Download & install Git from git-scm.com.
- Follow installation instructions for your OS.
-
Install Unity Hub
- Download & install Unity Cloud from unity.com.
- Follow installation instructions for your OS.
If you're new to Git, configure it with your details. Replace your-name and your-email with your actual name and email. It's best to use the same email as your GitHub account.
git config --global user.name "your-name-here"
git config --global user.email "your-email-here"-
Open a terminal in your desired project directory.
-
Clone the repository:
git clone https://github.com/kireiiiiiiii/wumpus.git cd wumpus
When opening the project, Unity Hub will detect the required version (Unity 2023.2) and prompt you to install it if you don’t have it already. Follow these steps:
- Open Unity Hub.
- Click on "Open" and select the cloned
wumpusproject folder. - If Unity Hub prompts you to install Unity 2023.2, confirm the installation and follow the on-screen instructions.
- Once installed, Unity Hub will automatically set the correct version for the project.
-
Open the project in Unity Hub:
- Open Unity Hub.
- Click on "Open" and navigate to the cloned
wumpusproject folder. - Select the folder and wait for Unity to load the project.
- If prompted to install missing dependencies or update packages, follow the instructions.