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_174535232885256delete
burbaloni_174551796665326delete
jo_174568055147624delete
tung+sahur_174561644021324delete
ton+sahur_174560175687423delete
44_174577111427520delete
IONAZO_174569916025016delete
CAPEL9_174523495420216delete
baitola_174577093026614delete
el+jefe_174564142007812delete
Cangolino_174523773651112delete
velja+nevolj_174569992623111delete
Diego_174577341787110delete
хуй_17457509157169delete
Caca_17457602808599delete
eragh_17457642670748delete
tralalelo_17456341365238delete
tung+Aras_17457601560667delete
2233_17457577831406delete
trallalero_17457720228016delete
тун+тун+тун_17457446396705delete
Dwi.d_17457660106235delete
tung+tung+sa_17457669096805delete
sahur_17457649854245delete
brr+brr+pata_17457727087745delete
burumbumbini_17457803311775delete
Tung+sahur_17457876781955delete
nafis_17457565239944delete
br+br+patapi_17457604773374delete
Karbetski_17457619575454delete
Shimpazinni_17457814228904delete
tung+tung_17457684311043delete
mathi_17457792770193delete
zach_17457809242453delete
tung+sahur_17457826893073delete
Anthony_17457827564393delete
tung+tung_17457831404333delete
tralalero+tr_17457837883473delete
edgar18384_17457850390943delete
tung+tunigga_17457587007672delete
INGA_17457588263832delete
imjustboard_17457592844542delete
hdjdusjhsjsh_17457600921522delete
tung+sahur_17457606830512delete
NT7_17457610837252delete
bonbardilo_17457641595682delete
bavid_17457657162752delete
armir_17457665681342delete
de_17457679143152delete
hybjcb_17457692999502delete
Izan3000_17457703517282delete
lemon123_17457705431752delete
💀☠️_17457713520782delete
tralalero+tr_17457717619222delete
nicolas_17457731810872delete
tung+tnug_17456749717932delete
tung+sauhr_17457789004172delete
SirMackles_17457723386271delete


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