Game Development Community

In-App purchases

by Shalom Raz · in Torque 2D Beginner · 08/19/2014 (3:54 am) · 1 replies

Hi,

Does Torque 2D has an In-App purchases system ?
For example, if the player wants to buy some weapons that I want to sell
for real money inside the game.

Thanks in advance.

About the author

Recent Threads


#1
08/19/2014 (6:54 am)
No, but it shouldn't be horribly difficult - not much harder than building a web sales portal anyway. T2D has access to web post and get functions so you could have it display sales items from a web site. Or use Awesomium to directly display the web site in game.