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_1745352328852434delete
verreGOTY_1745926712753373delete
Kubeczek69_1745904075824338delete
Пабло_1745216870000314delete
The,,sad_1745861064222281delete
mokimoki_1745857507273264delete
juanmanyin_1745453081843258delete
sigiemka_1745951773138210delete
ibai_1745925673227191delete
Diego_1745773417871165delete
Nikzinpvp_1746036334651163delete
Ahmed_1745343057670157delete
haha_1745913376851150delete
IONAZO_1745699160250150delete
ponas_1745214070173148delete
Da+ok+iyi_1745575904503137delete
nickname_1745917272880130delete
papu123_1746039225007129delete
ALP_1745609359084128delete
filipson33_1745496987954126delete
хуй_1745750915716117delete
tungsahur_1746016654618116delete
España+TOP_174551425799288delete
pesun_174592533425677delete
bombardiro_174587993527276delete
tralalelo_174563413652373delete
ladleGuddi_174584655167267delete
K3N4Y_174526155959967delete
pedro_174579437042167delete
baitola_174577093026652delete
AZE_174603609162849delete
arapdusmani_174515735416147delete
tung+tung+sa_174562632840744delete
sburaCalda_174609218968943delete
yiğit_174524770221842delete
ibo_174610669963338delete
joemama_174585402413533delete
zacny_174592584869332delete
idk600_174558520449532delete
fepile_174567484678330delete
bonecaambal_174595570585729delete
draw+lover_174558926698129delete
Gg+brooooooo_174533899039728delete
uc_174538550465227delete
💯+ác+quỷ+đỏ_174574954165427delete
44_174577111427526delete
jo_174568055147625delete
qwy_174605055135924delete
Tymekkk_174611167706424delete
PITUENORME_174558941854622delete
tungtungsahu_174600384659920delete
tung+tung+tu_174545032758320delete
tung+sahur_174554198903119delete
mimiguelll_174552874804218delete
no_174585222502018delete
tralal_174522053011817delete
bombardiro_174586821479517delete
Samir_174575448360617delete
ntn3tnk3tkbe_174562719509617delete
🍟😮_174612187285917delete
Crocodilo_174550750975116delete
vitung+sahur_174551400615716delete
murad31_174595015349416delete
fjdikd_174552838896416delete
tuntuntun_174585153232713delete
Cangolino_174523773651112delete
tung+tung_174579139384912delete
Barcelona_174610838093211delete
Ananınkarma_174611330022511delete
еблан_174611685786511delete
sahur_174612024653711delete
Caca_174576028085910delete
riyansh_174563078930110delete
o_174566918291610delete
anir_174583928601410delete
Dominick_174611678730810delete
tungsahur_17460869264989delete
Lorenzo+Morá_17455411993128delete
Helmi_17461057254638delete
AllBoysHDP_17461071500748delete
elpro_17461075906808delete
Aimfree_17461016723278delete
proplay_17461169345518delete
tuntunshau_17460367197678delete
KingEdward_17451682747827delete
bilaltung_17459503220177delete
tungtung_17461122496597delete
legendthano_17461160407767delete
TRALALEROTR_17461215437617delete
brainrotina_17461237852057delete
tumtum+sagur_17457496902886delete
arox_17459388895366delete
brrbrr_17451811788096delete
jared_17458746148776delete
randy_17459845321036delete
lñ_17455519722486delete
uros_17461122052546delete
burbaloni_17461208345756delete
Stegios8_17461220100976delete
zach_17457809242455delete
wowa_17456545240395delete
Vincenzo_17458709109294delete
Francisco_17456085408444delete
hybjcb_17457692999503delete
tuntunsahu_17459774101942delete
yaeliño04_17461101136492delete
tungsahur_17459876020461delete
Arya_17460081882891delete
tungtung_17460589208091delete
bonega_17461072683041delete
TungLesur_17461190181751delete
Oganito18_17461191606141delete
sahur970_17462067945551delete
tortuga_17461218524671delete
SEBA10_17461227623371delete


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