Creating a high score table..

Blitz3D Forums/Blitz3D Beginners Area/Creating a high score table..

po(Posted 2004) [#1]
How do you make a high score table like the one in Jump Around? It isn't just a score for only one computer. All the high scores are from different computers.
I don't know if I am explaining it right.


Valgar(Posted 2004) [#2]
In my game ,the player at the beginning of the playing session must enter his name...at the end of the playing session the hi-score table register his name and his score.
So every time a new name is entered,a new hi-score is created with that name.


eBusiness(Posted 2004) [#3]
Po, you need a server to register the high scores, there you must run a program collecting and broadcasting highscores.


Warren(Posted 2004) [#4]
The easiest combo is MySQL and PHP. I'm using this in all of my future games. It's pretty easy to open the connection in Blitz and execute the appropriate PHP scripts on the server...


po(Posted 2004) [#5]
My website won't alow PHP or MySQL. But my dad's site does and I think that I can steal some of his webspace to do it! >:)