Thanks to visit codestin.com
Credit goes to github.com

Skip to content

matejstastny/wumpus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏹 Hunt the Wumpus

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.

⚙️ Developer Guide

Set up the project for development with the following steps:

📌 Prerequisites

  1. Install Git 🖥️

    • Download & install Git from git-scm.com.
    • Follow installation instructions for your OS.
  2. Install Unity Hub

    • Download & install Unity Cloud from unity.com.
    • Follow installation instructions for your OS.

🔧 Setup

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"

📂 Cloning the Repository

  1. Open a terminal in your desired project directory.

  2. Clone the repository:

    git clone https://github.com/kireiiiiiiii/wumpus.git
    cd wumpus

🛠 Installing Unity 2023.2

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:

  1. Open Unity Hub.
  2. Click on "Open" and select the cloned wumpus project folder.
  3. If Unity Hub prompts you to install Unity 2023.2, confirm the installation and follow the on-screen instructions.
  4. Once installed, Unity Hub will automatically set the correct version for the project.

📂 Opening the Project in Unity Hub

  1. Open the project in Unity Hub:

    • Open Unity Hub.
    • Click on "Open" and navigate to the cloned wumpus project folder.
    • Select the folder and wait for Unity to load the project.
    • If prompted to install missing dependencies or update packages, follow the instructions.

About

Submission for the 2025 Hunt the Wumpus competition

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •