Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.79 KB

README.md

File metadata and controls

42 lines (34 loc) · 1.79 KB

Lab 3 - Reaction Machine

OSCPlayGround - Interactive Systems

Name: Àngel Herrero Díaz
P102 S102
NIA: 205310
User: U149946
Emails: angelhd1999@gmail.com / angel.herrero01@estudiant.upf.edu

Third deliverable, Lab 3 of Interactive Systems

Minigame made to train the reflexes in which you have a minute and a half to try to reach the maximum number of red spheres. Random sphere is marked in red for 3 seconds, if it is not reached it will be changed by another random one, if it is reached it will be changed immediately by another random sphere.

Game features:

  • Random sphere is marked in red for 3 seconds.
    • If it is not reached it will be changed by another random one.
    • If it is reached it will be changed immediately by another random sphere.
  • Sound effects:
    • Added ambiental music.
    • Sound played when the player reaches the red sphere.
    • Sound played when the player does not reach the red sphere.
  • User Interface:
    • Score located at the top left of the screen.
    • Time counter located at the top right of the screen.
    • Final score text shown when time ends.
    • Retry text and instructions.
    • Background changed to a uniform dark gray.
  • Gestures added:
    • Nod to restart.
    • Shake your head to quit the game.

Required items

This Reaction Machine minigame is based on these other projects:

You will need to follow the instructions to run PoseNet OSC and then you will be able to run this project.