dreamlo
faq    developer    contact
Here is your private url. Copy and paste this somewhere.
Do not tell anyone about this link.
WebGL builds hosted at itch.io and other services as well as some versions of Android may need SSL to work!
Want to use https (SSL)? Donate $5 or more and let me know.
Want to store more than 25 scores? Contact me.
(If you have a limit of 25 scores and another score comes in, the lowest will get bumped out.)

You copy and pasted that somewhere and are never going to tell anyone right?


You can not have an asterisk * character in your URL, scores, usernames, etc.


Your Leaderboard
NameScore
31+CEKEN+NEN_1745352328852383delete
Пабло_1745216870000287delete
The,,sad_1745861064222142delete
mokimoki_1745857507273106delete
ibai_1745925673227101delete
ALP_1745609359084100delete
хуй_174575091571680delete
IONAZO_174569916025071delete
huj_174583571355168delete
ponas_174521407017367delete
ladleGuddi_174584655167261delete
Kubeczek69_174590407582456delete
K3N4Y_174526155959953delete
arapdusmani_174515735416147delete
tung+sahur_174561644021324delete
filipson33_174549698795422delete
Steve_174582042376519delete
tung🦈🦈🦈🦈_174590693710719delete
haha_174591337685119delete
draw+lover_174558926698119delete
mimiguelll_174552874804218delete
tralal_174522053011817delete
Crocodilo_174550750975116delete
no_174585222502015delete
vitung+sahur_174551400615714delete
proyunus_174586263637214delete
brrbrrfrep_174589935482714delete
n_174592455037314delete
Samir_174575448360613delete
Cangolino_174523773651112delete
tungsahur_174591318034312delete
juanmanyin_174545308184312delete
tung+sahur_174536235976411delete
messi_174546666095611delete
pesun_174592533425611delete
Thanos💜_174531135043511delete
B385_174593353647311delete
Caca_174576028085910delete
riyansh_174563078930110delete
azka_174549390679910delete
o_174566918291610delete
tungsahur_17459264715419delete
Limon_17459299620609delete
haji_17459334845499delete
Lorenzo+Morá_17455411993128delete
KingEdward_17451682747827delete
tumtum+sagur_17457496902886delete
Hector_17459235823526delete
SSR[W][W][W]_17459347875506delete
zach_17457809242455delete
porcodio_17459259356875delete
Anthony_17457827564393delete
jotiya26_17459225946833delete
забивной_17457893561252delete
tungshahar_17459265563172delete
DEVILHUNTER_17459308495622delete
Radexsi_17459346113202delete
1o4_17458439619751delete
Albert_17459045949901delete
wk444_17459106809161delete
arnabsahur_17459173297391delete


Remove All Scores

Codes for Unity Example
Here are just your public and private code so that you can cut and paste them into the sample code for Unity.

Private Code (It's long, get all of it!)


Public Code



Embed on your website
Simply copy and paste the CSS and javascript below. Feel free to make changes to the css to meet your needs. To sort ascending replace /js with /js-asc you can also use /js-seconds to sort by seconds and /js-seconds-asc

Select All
Adding and deleting scores
Changes and updates to your leaderboard are made through simple http get requests using your private url.

A player named Carmine got a score of 100. If the same name is added twice, we use the higher score.


A player named Carmine got a score of 1000 in 90 seconds.


A player named Carmine got a score of 1000 in 90 seconds and is Awesome.


Delete Carmine's score


Clear all scores


Save a trip to the server by combining "add" with returning data: "add-pipe", "add-xml" or "add-quote"



Getting your scores
Reading of data is performed by using your public url.
Get your data as XML:


Get your data as json:


Get your data as pipe delimited:


Get your data as quoted with comma:


To get the list sorted by seconds (high to low) just add -seconds:


To sort ascending just add -asc:


To get the list sorted by date (newest to oldest) just add -date:


To get only the top 5 or 10 rows, just add the number to the end:


To get a range of rows, use a starting number and count of rows you want
For instance, this is rows 100 to 149 (starts with number 0) :


To get the score for just 1 person, just add -get and the person's name:


© Carmine T. Guida