Link to my repl.it webpage: https://replit.com/@Ashark1x/Ashton-Yongs-Typeracer-Game
https://replit.com/@Ashark1x/Ashton-Yongs-Typeracer-Game
Link to my raw code: https://editor.p5js.org/Ashark1x/sketches/fpYh-ch7U
https://editor.p5js.org/Ashark1x/sketches/fpYh-ch7U
Link to my hosted game’s website: https://ashton-yongs-typeracer-game.ashark1x.repl.co/
https://ashton-yongs-typeracer-game.ashark1x.repl.co/
index.html file: https://replit.com/@Ashark1x/Ashton-Yongs-Typeracer-Game#index.html
https://replit.com/@Ashark1x/Ashton-Yongs-Typeracer-Game#index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="<https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js>"></script>
</head>
<body>
<script src="script.js"></script>
</body>
</html>