Skip to content

Commit

Permalink
feat(lab0): change to multphase scores
Browse files Browse the repository at this point in the history
Signed-off-by: Yiyang Wu <[email protected]>
  • Loading branch information
ToolmanP committed Nov 7, 2024
1 parent c15a91e commit 839160c
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions Lab0/scores.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
[
{
"capture": "5 phases to go",
"msg": "Phase 1",
"proposed": 15
},
{
"capture": "4 phases to go",
"msg": "Phase 2",
"proposed": 15
},
{
"capture": "3 phases to go",
"msg": "Phase 3",
"proposed": 15
},
{
"capture": "2 phases to go",
"msg": "Phase 4",
"proposed": 15
},
{
"capture": "1 phases to go",
"msg": "Phase 5",
"proposed": 20
},
{
"capture": "Congrats! You have defused all phases!",
"msg": "Bomb Defused",
"proposed": 100
"msg": "All phases defused",
"proposed": 20
}
]

0 comments on commit 839160c

Please sign in to comment.