- Coding standards: https://github.com/Devin0xFFFFFF/comp4350-project/wiki/Code-Standards
- Committing standards: https://github.com/Devin0xFFFFFF/comp4350-project/wiki/Committ-and-PR-standards
- Where our core game logic is located
- Multiplayer Lobby code
- Code for serving and storing game maps
- Raw resource files used to create unity graphics
- The unity project and 'View' of our code
- The code logic is contained within the
SingedFeathers/Assets/Scripts/
folder - The tests for our CoreGame logic are within the
SingedFeathers/Assets/Editor/
folder - The rest of the folders
Plugins
,Prefabs
,Scenes
, andSprites
are all resources used for the unity project to work correctly
- Travis log and script files for installing/building our project are here.