Code Repository for the It Project app by group: House Targaryen
This app was developed by House Targaryen to essentially be an enhanced version of the game knwon to many as Tag. The game uses AR (Augmented Reality) and realtime location updates to enable players to find each other, setup a game and hunt down each other once the game has begun.
The repository contains two main directories that hold the following Content::
- ITproject: android studio project comprising of the App folders
- UnityFolder: unity C# project that parses data from the App and draws assets using vuforia plugin and was exported back to the android app.
This App is comprised of the following sections:
- The location of various classes, activities, services and fragments
- The unity Plugin which handles the state of the AR (Augmented Reality)
- The Layout XML files, corresponding to various activities
- The GoogleMaps API key files
- Testcases for game Events.
- Download and import into android studio
- Run gradle build and install onto devices as required
- Go to Google maps API and generate a key for your device(https://developers.google.com/maps/documentation/android-api/)
- Insert the key in the AndroidManifest in the app folder under the tag as well as in the app\src\release\res\values\google_maps+api.xml and remove the old keys
- Create or login to a user profile.
- Create or Join a Lobby
- Launch the game
- Navigate to test directory in src app directory and run gametests
- Open UnityFolders>assets>scripts> using unity and open the serviceListenerScript.cs to view how the AR elements are drawn