- Deploying the game
- Group Details
- Description of the project
- How to develop using C# and unity
- What does the folders contains
1-unzip zip folder submitted 2-navigate to dev folder 3- run the hitfox.exe application located in the folder 4-(Optiona) Change user tag 5- create or find a room 5-Play the game
Team member: Dexter Ding, Hailey Liney, Tuesday Hands, Azmil Roslan, Elan Virtucio, Jakub Navratil, Abdulrahman Abdulaal
This is a team project that is developed by seven University of Bristol CS MEng student
Here is the Link for the game idea : hitfox idea
1.You should first download the unity 2022.1.23f1(https://unity.com/releases/editor/whats-new/2022.1.23)
2. Since you are using C# obviously you need to download the .Net
3. For the VS entension please ensure you got the c# Unity Code Snippets VS Live Share
4. Also please refer to the documentation of unity
- All the C# scripts that are stored in the
Asset/Script - The script that contains the login page is the
Assets\Scenes\StartMenu - The scene that contains the game logic is the
Assets\Scenes\RoyalFortGardens