mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-28 16:54:04 +08:00
Added Beep Boop as a challenge (#3898) JellieTheFrog
* Added more Latin Vocab * Added font Georgia * Create latin.json * Added longer and more quotes * Added commas, should work now * Added another quote * Created txt file for beep boop challenge * Added Beep Boop as a challenge in the website
This commit is contained in:
parent
cab1bcf30d
commit
a5be10041d
3 changed files with 22 additions and 0 deletions
|
@ -265,6 +265,21 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
,{
|
||||
"name": "beepBoop",
|
||||
"display": "Beep Boop",
|
||||
"type": "script",
|
||||
"parameters": ["beepboop.txt",null,null],
|
||||
"message": "Mininum 45 WPM and 100% accuracy required.",
|
||||
"requirements": {
|
||||
"wpm": {
|
||||
"min": 45
|
||||
},
|
||||
"acc": {
|
||||
"min": 100
|
||||
}
|
||||
}
|
||||
}
|
||||
,{
|
||||
"name": "whosYourDaddy",
|
||||
"display": "Who's your daddy?",
|
||||
|
|
1
frontend/static/challenges/beepboop.txt
Normal file
1
frontend/static/challenges/beepboop.txt
Normal file
|
@ -0,0 +1 @@
|
|||
011011100110010101110110011001010111001000100000011001110110111101101110011011100110000100100000011001110110100101110110011001010010000001111001011011110111010100100000011101010111000000001010011011100110010101110110011001010111001000100000011001110110111101101110011011100110000100100000011011000110010101110100001000000111100101101111011101010010000001100100011011110111011101101110
|
|
@ -30,6 +30,12 @@
|
|||
"source": "Ovid",
|
||||
"length": 88,
|
||||
"id": 4
|
||||
},
|
||||
{
|
||||
"text": "In verbis etiam tenuis cautusque serendis dixeris egregie, notum si callida verbum reddiderit iunctura novum.",
|
||||
"source": "Horace",
|
||||
"length": 109,
|
||||
"id": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue