This repository contains the source code for our game that we are planning on making for Hacktober 2019! :ghost:
The documentation will be a heavy WIP!
For a quick and nice overview, I recommend watching this video!
:tada: You did it, now your project can be opened in Unity Hub! This is where you go when you need to work on the project.
master
by doing git pull --rebase origin master
ms/issue-1
Assets
: Where all of the Unity Resources are in (DO NOT remove from this!)
_Game
Scripts
: All of the scripts that are written for the game are located in here. (WIP, may include sub directories based on functionality)Scenes
: All of the levels that have been made out for the game are located here. This includes all terrain and pathfinding objects.Sounds
:
BGM
: All of the background music will be hereSFX
: All of the sound effects will be herePrefabs
: All of the templated GameObjects will be in here. (WIP, may include sub directories based on functionality)Graphics
:
Sprites
: All of the 2D Art will be in hereTextures
: All of the textures will be in hereUI
: All of the user interface art will be here