Game Development Community

Networking Game Concept Question

by Chok Wei Tat · in Torque Game Builder · 11/06/2006 (6:20 pm) · 4 replies

Hi, some concept come out from my mind, after i played games from www.miniclips.com, i wonder can tgb do something similiar too.

For example, user download tgb games from my site, then they play the game offline, then if they satisfy with thier score, they can submit their score to my server, via a "submit score" from the in-game, and the game wil auto submit the score and update the score database from my server.

Can tgb allow this kinda feat?

P.S. i m rookie in networking :p

#1
11/08/2006 (7:10 am)
If TGB has HTTP support (GET / POST) calls, this would be easy
#2
11/08/2006 (7:54 am)
I am sure it can.
#3
11/08/2006 (9:19 am)
TGB has a HTTPObject that should be fine for submitting scores. The only problem you may have to consider is how you'll verify (if you plan to at all) the scores submitted to prevent faked entries.
#4
11/09/2006 (7:24 am)
Yea :) thanks. I wil hav a try soon