Skip to content

GuiBDBello/TreasureChasers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Treasure Chasers

Treasure hunting multiplayer communication game.

Play Game · Report Bug · Request Feature

Table of Contents

  1. Introduction
  2. Getting Started
  3. Build Process
  4. Acknowledgments
  5. License

Introduction

Treasure hunting multiplayer communication game where one player plays as the Adventurer and the other plays as the Professor.

Treasure Chasers

How to Play

As the Adventurer

  • WASD: Move.
  • Look at the level and tell the Professor the objects that you can see.

As the Professor

  • Open the Treasure Chasing 101 document (download the PDF/PNG or read online, links below).
  • Receive the Adventurer information.
  • Inform the right direction for the Adventurer to find the Treasure. If you inform the wrong direction, the player will get lost and it's game over.
Treasure Chasing 101

Game Jam

This game was made for the game jam Multiplayer Jam, which took place between July 31st and August 13th of 2020.

Theme: Desert.

(back to top)

Getting Started

To get a local copy up and running follow the steps below.

Prerequisites

  1. Unity

Configuration

  1. Clone repository: git clone https://github.com/GuiBDBello/TreasureChasers.git.
  2. Add the project to Unity or Unity Hub: ADD > Select the folder you just cloned.
  3. Open project.

(back to top)

Build Process

  1. With your project opened in Unity, select File > Build Settings....
  2. Select the Platform that you wish to build for (you may have to install a build module if you don't have it already installed).
  3. Select Build or Build And Run.

(back to top)

Acknowledgments

List of references that were useful in the making of this project:

Assets

Name Type Creator Source
Document Template Document Template.net Template

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)