Game Development Community

Data from web

by Roshan Kuriyan · in Torque Game Engine · 01/10/2008 (1:17 am) · 1 replies

How to get data from website to the Game.


Log in and other Datas which are provided in the website are to be used in the game.

#1
01/10/2008 (6:39 am)
If you're using TNL, then you will need to code the protocol interaction for HTTP or FTP (depending on your implementation). LibCrl can help in implementing these features.