online-highscore?

Monkey Forums/Monkey Programming/online-highscore?

blastar(Posted 2011) [#1]
hello,
is there any working code for online-highscore? any idea?


Xaron(Posted 2011) [#2]
I work on that. Will post an example code when it is done.


blastar(Posted 2011) [#3]
any ideas how to do http-requests compatible with all targets?


Xaron(Posted 2011) [#4]
I work on a tiny network lib which does exactly that. So far only HTML5 and Android are working, iPhone and XNA comes next. I don't know if I will make it for all targets, this will just take some time.


blastar(Posted 2011) [#5]
too bad there are no simple network-commands in monkey. :(


Xaron(Posted 2011) [#6]
Can't be easier. ;)

Local result:String = mnet.HttpGet("http://www.google.com")



Tibit(Posted 2011) [#7]
That's awesome :)


blastar(Posted 2011) [#8]
mnet supports only html5 & android, i need a solution for all targets... i think it's more important than setcolor for images! :-(


Xaron(Posted 2011) [#9]
Yet yes. I still work on more platforms.


Xaron(Posted 2011) [#10]
Ok, here we go:
http://www.monkeycoder.co.nz/Community/posts.php?topic=812

A simple high score list.


Richard Betson(Posted 2011) [#11]
Cool I'll check it out