Page 1 of 1

Upload high score library - anyone interested?

PostPosted: Mar 6, 2004 @ 6:46am
by j.edwards
Hi,

I have recently developed a high score uploader for my game. Basically it wraps WinSock and posts scores to a web server, and allows you to upload high scores from within the game on the Pocket PC when it's connected in the cradle, or to the Internet directly. It just takes the data given to it, contacts the web server, and posts it as a "GET" to the specified webpage. This allows any custom encryption to be used. At the web server end it's easy to decode - I use ASP, so you should be able to do it in anything else.

Before I developed it, I had a fairly lengthy look about the Internet and couldn't find any existing product available. There was a free one that a website provides but your scores go to their site, and to use it people need to download and install an application which didn't seem a good solution. And it seems not many games (except the really commercialised ones) have the upload score ability which seems odd as it's a great way to encourage registration.

So, I am thinking about providing it as a .lib download, but just wanted to see if anyone was interested first. You could build your own pretty easily I guess, but you may find like me that you waste heaps of time reading many documents just to understand how to use a handful of functions. And if you are really unlucky like I was you will build it with all of the nice WinSock2 functions and then realise Pocket PC doesn't support it.

PostPosted: Mar 6, 2004 @ 6:52am
by MikeL
That would be great! I'd most likely use it.

PostPosted: Mar 8, 2004 @ 10:12am
by j.edwards

PostPosted: Mar 8, 2004 @ 1:32pm
by superman

PostPosted: Mar 8, 2004 @ 5:14pm
by mlepage

PostPosted: Mar 9, 2004 @ 3:21pm
by Presto

PostPosted: Mar 9, 2004 @ 11:48pm
by Volte6
Actually I think it would be nice of PocketMatrix.com set aside a section for this sort of thing... It seems to be THE place for both PPC programmer help, and for resources and resource development.

It would be nice if there was a section for any open source free code.

It could be categorized various ways:

+ Library Specific (PocketFROG, Gapidraw, etc.)
+ License (GPL, etc.)
+ Purpose (Graphics, Communication, Mathmatic Optimization)

Or something to that effect. It can be anything from a class to a library ;)

PostPosted: Mar 10, 2004 @ 7:46am
by Peter Balogh

PostPosted: Mar 10, 2004 @ 12:23pm
by j.edwards

Yeah

PostPosted: Mar 13, 2004 @ 1:19pm
by kaiton
Hi!


I 'm really interested in your score uploader. Right now i am using my
own score uploader, but with your solution i wouldn't need an extra program(scoreuploader).
I would use it for my game Kai-Bang.
www.kaiton.nl/bal

Greetz