Game Development Community

Web connection with game

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/08/2008 (2:24 pm)
Nancy - You're going to want to use httpobject in torque that will connect and read information from a website, have a look at this resource www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=4085

Although it's for character login you can use the same basic approach for posting players scores/rankings.
#2
12/08/2008 (5:53 pm)
Thanks Andy, I got it.