This repository contains the source code for the Winter 2018 COMP498X Data Comm term project.
When working on this project, please try to keep in mind that 20 other people are trying to do the same! Wherever possible, make commit messages or pull request bodies as explicit as possible. If your code is not self explanatory, you need to use comments and out of code documentation to supplement.
For full information on contributing, see CONTRIBUTING.md.
If you have found an issue, please report it! Issues are documented within GitHub here. When reporting an issue, make sure to include fill out all the pre made headings in the default issue template.
- Download Unity
- Run the command
sudo ./make-library.sh
to compile the networking library - Change the constant API_ADDRESS located at Assets/Scripts/R.cs:8 to the address of your instance of the web server.
- Open the project in Unity and run Unity's build process