Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 574 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 574 Bytes

RPS-Janken-Ver-2

Rock-Paper-Scissors

Redux of New-Project-Janken

Game complete! :)

Current challenge:

  1. LEVEL 1: Simple high-scoreboard
    1. No need for a class, but write scores to a file and update accordingly every run
    2. Update label accordingly
  2. LEVEL 2: High-scoreboard with usernames
    1. Create classes
    2. Have username entry box
      1. Validate username to fit certain length (eg: <20 characters)
    3. Sort class "score" objects (eg: to get top 3 or top 5)
    4. Write, save, and update score file
    5. Update label accordingly