ToL is a 2D platforming game being developed by students at Ferris State University.
- Clone or download the repo
- Open up the folder in Unity and run it!
If you have a recent commit, there should be a file in the root directory called packages.config.
- Open this project in Visual Studio.
- Go to Build ➡️ Rebuild Solution. This should download the doxygen tool into /packages/.
- Double-click the /build-docs.bat file.
- Double-click /docs/html/index.html
- Open this project in Visual Studio.
- Go to Tools ➡️ NuGet Package Manager ➡️ Manage NuGet Packages for Solution...
- In the Browse tab, search for "doxygen"
- Select doxygen and install it for this project.
- Double-click the /build-docs.bat file.
- Double-click /docs/html/index.html
The following files should be omitted from all commits. These should already be listed in .gitignore.
- /docs/ (all files generated by doxygen)
- /packages/ (all NuGet packages)
Here are the steps:
- Create a new branch off of the most recent master
- Make your changes, adding documentation comments
- Ready to merge your changes?
- Squash your commits
- Rebase your branch onto the most recent master
- Fix conflicts
- Finish rebasing
- Test & fix all issues
- Squash again
- Submit a detailed pull request