CSC290 Coding Assignment - Warehouse Guardian - Sokoban Clone
CSC290 Coding Assignment - Warehouse Guardian - Sokoban Clone
Team Members:
This is the code repository for the Unity based project named Warehouse Guardian.
Unity download → https://store.unity.com/download?ref=personal
We recommend using Mac OS X or Windows OS for this project.
Download our source code via GitHub → https://github.com/keithallatt/WarehouseGuardian/archive/master.zip
OR
Download our source code via Command Line:
git clone https://github.com/keithallatt/WarehouseGuardian.git
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!
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 |
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!
There is additional documentation for the purposes of the assignment given in CSC290. These can be found here.