Student Levi Levi
@StudentLevi
Does anyone know of a HTML scoreboard / Scorekeeper? I've been looking for some but haven't found any. If you do please, feel free to leave a link. Th
RYANTADIPARTHI If you want a leaderboard, you can make a table and all. But it will be static, meaning no real info. If you want real info, you have to use some other backend language. here's the static leaderboard:
rank
name
1
bob
2
bob
3
bob
4
bob
5
bob
That makes a static table with a leaderboard.2 years ago
EpicGamer007 Well for this, you need a backend or you need to be able to host a json file.
I find that a backend is more easier and secure.
For this:
Create a nodejs repl and install express and body-parser
serve up the webpage for your game.html page.
serve up the leaderboard html file
at the end of your game, pop up a form that says the score of the user and ask the user to enter their score.
then handle the post request the form sends.
parse the data then save in a database
then for the leaderboard, rea2 years ago
I've been looking for a repl.it kahoot HTML flooder, just curios if there is one. Anyone know one? Drop a link!
Coder100 https://repl.it/talk/share/Kahootit-bot-spammer/26737
ahh, here's what you are looking for!2 years ago
badst Use Kahoot.js, it's node.js but it works.
https://repl.it/@pepelaugh/KahootSpammer#index.js2 years ago
RYANTADIPARTHI Either you can get the extension, or check out the this github code:
https://github.com/topics/kahoot
extension
https://chrome.google.com/webstore/detail/kahoot-flooder/nebfgdmbcckgdicofllbbkibfihmcddl?hl=en2 years ago