Game Development Community

Card games?

by GamerChick2010 · in Game Design and Creative Issues · 03/20/2009 (8:23 am) · 2 replies

Hi, I am new and ready to purchase the Torque 2D software. I downloaded the demo and saw that I can create Solitaire and BlackJack games easily. Are there any other templates that come with the full version such as Poker or other card games?

Thanks!

#1
03/20/2009 (12:53 pm)
Probably not, but you can go through the tutorials and learn how to script gameplay so that you can create games like that, which is really all the demos try to do.
#2
03/20/2009 (10:40 pm)
Creating game play logic for card games with TGB is perhaps the easiest thing to do with the engine. The devil is in the details. The bulk of your work will be dumped into asset generation, creating custom features (persistence, networking, etc), AI and the GUI.