Game Development Community

Connection with a web server

by Nancy Lee · in Technical Issues · 12/04/2008 (7:23 pm) · 2 replies

Hi, I would like to do the following for my project:

--connect my game the a web server
--send players' (from multi-machines) result to the server
--rank players according to the result
--get the ranking from the web server and display it in the GUI.
--provide instantaneous update (if possible)


I have done some research about the relative topic, but didn't find much useful information.

is anyone here know any resources or tutorials or have an idea where to start?

Thanks a lot!!

#1
12/09/2008 (7:44 pm)
Use httpobject or tcpobject via torque script. Search for it.
#2
12/09/2008 (8:39 pm)
Use TCPObject to send those data to your php script which will then add it to your online database and you could just use the php script to get the ranking and get the score from your online database also.