Difference between revisions of "Project1W21"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(Homework Assignment 1)
(Homework Assignment 1)
Line 1: Line 1:
=Homework Assignment 1=
+
=Homework Assignment 1: Social Distancing=
  
'''INCOMPLETE - CHECK BACK LATER'''
+
'''UNDER CONSTRUCTION - EXPECTED TO BE DONE BY NOON on 1/9'''
  
 
Prerequisites:
 
Prerequisites:
Line 7: Line 7:
 
* Windows or Mac PC
 
* Windows or Mac PC
 
* [https://store.unity.com/download Unity]
 
* [https://store.unity.com/download Unity]
 +
* No VR equipment is required
  
 
Learning objectives:
 
Learning objectives:
Line 12: Line 13:
 
* Setting up Unity projects for 3D applications
 
* Setting up Unity projects for 3D applications
 
* Using the Unity editor
 
* Using the Unity editor
* Creating a real-time interactive application
 
 
* Building a 3D scene
 
* Building a 3D scene
 +
* Creating a real-time interactive application
 
* C# scripts
 
* C# scripts
* Publish an application: create Windows executable
+
* 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.
 +
 
 +
 
 +
 
 +
==Extra Credit==

Revision as of 11:32, 9 January 2021

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.


Extra Credit