Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 809 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 809 Bytes

Solidity-Project

Solidity Project: Rock Paper Scissor

Design Doc: https://docs.google.com/document/d/1RRbkEhIYmv3_99PLF7QD1vq7gM8kdl7iUm1kWtKam14/edit

Testing Plan: https://docs.google.com/spreadsheets/d/1r3rQv7ssFWcGTnqlskazQkpXSXNEWVc456izbZJ7wnE/edit?usp=sharing

Steps remaining in version 1

  1. Timeout on games for withdrawing funds ( So they aren't stuck )
  2. Front End A. Play -> wait - > Reveal B. Reveal -> wait -> Winner/Loser C. Winner/Loser -> Re-Play

Ideas for version 2

  1. Multi game session
    • sidebar with active games
  2. Game history page with result
  3. A deposite function (maybe the user just want to deposit first, right now the only way to deposite is to play)
  4. Able to challenge friend with address
  5. Player able to set amount to wagerr (auto match player with same amount)