Rock Paper Scissors

MainMenu

Challenge
  • The main challenge in Rock Paper Scissors Roku was to handle the image running animation and the user selection.
  • Implementation of multiplayer functionality and set the complexity of the computer mode.
  • To design the game board having the d-pad and multiple poster-images and handle the left, right, and up click to user selection.
Progress
  • Initially, we designed the game board having the d-pad and multiple poster images using the Scene Graph’s different renderable nodes.
  • Implemented logic in BrightScript to handle the left, right and up click to select the mark.
  • We used different Scene Graph poster and animation nodes and set the image running animation and show the mark as per the user selection.
Result