Game Development Community

A few simple questions about torque 2d, help needed :)

by Marin Knezovic · in Torque 2D Beginner · 06/21/2013 (7:55 am) · 2 replies

First off, greetings to all :)

As the title says, I have a few simple questions about torque2D, so if anyone could answer them, I would really appreciate it :)

1) Multiplayer on mobile games
Can this be done with torque2D ? Turn based, or real time. It really doesn't matter. I want a simple way of doing this, since I'm only a php developer, never programmed for sockets or stuff like that. Ladders, achivements, etc. If anyone could post a link or something about MP games for mobile devices, that would be great.

2) Books and especially video tutorials for a complete torque2D begginer. Any links? I found some, but maybe I've missed a few, so it can't hurt to ask? :)


If MP games for mobile devices (iOS especially) can be built using torque2D, then you'll see me on this forum constatly :)

P.S.
If there are any grammar errors in my english, excuse me ;)

About the author

Recent Threads


#1
06/21/2013 (10:33 am)
1)There are no built-in systems for achievements, ladders, etc. in T2D.

You would have to code your own solution from the ground up however, using the basic network code that is provided with the engine. I must say that this part of the engine isn't as advanced as Torque3D's equivalent, unfortunately.

Your English skills are really excellent, by the way!

2) All video tutorials are found on theOfficial Torque2D Youtube account

The bulk of the tutorial documentation can be found on the official]wiki.
#2
06/21/2013 (10:35 am)
Thank you for your reply. I'm gonna give it a go and see where it gets me :)