项目作者: keithallatt

项目描述 :
CSC290 Coding Assignment - Warehouse Guardian - Sokoban Clone
高级语言: C#
项目地址: git://github.com/keithallatt/warehouse-guardian.git
创建时间: 2019-02-11T18:16:41Z
项目社区:https://github.com/keithallatt/warehouse-guardian

开源协议:MIT License

下载


WarehouseGuardian

CSC290 Coding Assignment - Warehouse Guardian - Sokoban Clone

Team Members:

  • Keith Allatt
  • Kimberly Cao
  • Ahmad Tahir
  • Raghav Dua
  • Danny Ru

This is the code repository for the Unity based project named Warehouse Guardian.

Warehouse Guardian

Installation

Prerequisites

Unity download → https://store.unity.com/download?ref=personal

We recommend using Mac OS X or Windows OS for this project.

Download

Download our source code via GitHub → https://github.com/keithallatt/WarehouseGuardian/archive/master.zip

OR

Download our source code via Command Line:

  1. git clone https://github.com/keithallatt/WarehouseGuardian.git

Open the file

Once Unity is downloaded and open, the first dialog to pop up will ask the user to open a project. To open our project, click on the open button.

Select our project from your downloads or wherever you’ve downloaded our project.

Once the project opens, (Unity projects take time to open. Give it a few minutes) click on the ‘Play’ button and enjoy!

How to play

Controls

Users can control the main player avatar using the arrow keys (↑, ↓, ←, →) or the W, A, S, D keys. Players can interact with various objects such as boxes and enemies.

Button Alternate
Move up up W
Move left left A
Move right right S
Move down down D

Objective

Your objective is to get each box to a box endpoint. If you don’t get them to the endpoint by the end of the night, you’ll lose your job!

But be careful! There are dragons patrolling the warehouse! The dragons are bullies that will push you around and mess up your progress. Make sure to avoid them!

Additional Documentation

There is additional documentation for the purposes of the assignment given in CSC290. These can be found here.