Skip to content

Latest commit

 

History

History

05-Milestone 1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Rock Paper Scissors

Milestone 1
Author: Zai Santillan
Dec 16, 2022 - Friday

<< 04-Views and Modifiers | 06-BetterRest >>

📝 Notes

Here's my notes for Day 25 Challenge

Excalidraw - Day 25

🏆 Challenges

You have a basic understanding of arrays, state, views, images, text, and more, so let’s put them together: your challenge is to make a brain training game that challenges players to win or lose at rock, paper, scissors.

So, very roughly:

  • Each turn of the game the app will randomly pick either rock, paper, or scissors.
  • Each turn the app will alternate between prompting the player to win or lose.
  • The player must then tap the correct move to win or lose the game.
  • If they are correct they score a point; otherwise they lose a point.
  • The game ends after 10 questions, at which point their score is shown.

So, if the app chose “Rock” and “Win” the player would need to choose “Paper”, but if the app chose “Rock” and “Lose” the player would need to choose “Scissors”.

📷 Screenshots

Demo - Day 25

Resources

<< 04-Views and Modifiers | 06-BetterRest >>