Project1W21
From Immersive Visualization Lab Wiki
Homework Assignment 1: Social Distancing
UNDER CONSTRUCTION - EXPECTED TO BE DONE BY NOON on 1/9
Prerequisites:
- Windows or Mac PC
- Unity
- No VR equipment is required
Learning objectives:
- Setting up Unity projects for 3D applications
- Using the Unity editor
- Building a 3D scene
- Creating a real-time interactive application
- C# scripts
- Publish an application: create a Windows executable
In this project you are going to need to implement a simple game on social distancing. A deadly disease (much deadlier than COVID-19) has spread throughout the world and kills anyone who is within less than 6 feet from an infected person who is not wearing a mask. The game is played in first person view. People randomly spawn in front of the player, walking slowly towards them. The player's goal is to stare at them long enough for them to get reminded to put their mask on. If the person does not put their mask on before they get within 6 feet from the player, the player gets infected and loses the game.