- Input three different time frame modes into the game to allow participants to challenge themselves: 15 seconds, 30 seconds and 60 seconds
- Implemented google fonts to enhance the elegance of the game (reference: https://www.w3schools.com/howto/howto_google_fonts.asp) The particular line I did this was at 1073-1075 where I tinkered with
textSize()
and textFont()
functions as follows:

- It was quite hard to generate a randomized paragraph with randomized wording at once. Therefore, I referenced https://en.wiktionary.org/wiki/Appendix:1000_basic_English_words and used split to separate each word into the list. These are the 1000 common English words where there will be a random generator to separate them.




- I wanted to make the background MonkeyType style, so I used the function
draw ()
{ function and the background function to make the background look like a Discord-style background which allows the users to see the words more clearly than if it were in a light screen mode.

- Used the string of code below from lines 1132-1139, especially the
startTimer()
function, to reset the letters typed when pressing the start button.
