Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.25 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.25 KB

Tumbleweed Tusslers

This repository contains the source code for the Winter 2018 COMP498X Data Comm term project.

Build Status

General Guidelines

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.

Contributing

For full information on contributing, see CONTRIBUTING.md.

Bugs and Issues

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.

Building the game

  1. Download Unity
  2. Run the command sudo ./make-library.sh to compile the networking library
  3. Change the constant API_ADDRESS located at Assets/Scripts/R.cs:8 to the address of your instance of the web server.
  4. Open the project in Unity and run Unity's build process