Game Development Community

Card Game

by Jonathan Gooler · in Torque Game Builder · 03/02/2008 (7:10 pm) · 6 replies

Hi, I'm new to the fourms here at garage games. I have purch. Torque Game Builder and i has wondering if anyone had or knew where i could get a tutorial for a card game. Something along the lines of a collectable card game. Any help would be great and am looking forward to helping others in the future with once i get a good understanding of Torque.

Thanks Again,
Jonathan

About the author

Recent Threads


#1
03/03/2008 (8:53 am)
Well, the collectible aspect of it is the easier part of things. You'll want to make a rather simple client-server setup, add some mouse input, input validation on both ends, then you'll have something usable. As for a soup-to-nuts tutorial to do such a thing, none exists yet.
#2
03/03/2008 (10:48 am)
Honestly, if you're new at this I wouldn't go quite as far as Jason says. You really don't have to get a client-server app running (that's a bit more than most need anyway). I'm assuming you're looking to get a game up and running so that wya it's at least a single player type of feel, and you can go in and do your thing. That's what most people do, and honestly the client-server stuff gets pushed because a lot of people simply don't quite get that concept completely (and plus there's not much in the lines of tut's for it here yet).

My suggestion for you to get started is to look through some of the existing tutorials, and see what fits and forms to your game type. Then implement what you can from those, and if you get stuck ask questions and someone should be able to answer them (with some luck).

If you're looking for a quick and dirty way of getting what you want done though, you could simply create a level, a player, add in the input interactions (movement), world bounds, then populate with cards. You'd have to add collision to the player and the cards, and probably throw in a GUI counter for your collections. This would get you started, then it's just a matter of enhancing it.

Good luck.
#3
03/04/2008 (8:08 am)
Thanks - thats what i figured i would have to do. If anyone can think of something please let me know.
#4
03/04/2008 (10:51 am)
If you're looking for specifics on getting something working, I'd be more than happy to help get you started along. I've been working with Torque for a while now, and I'm mainly a focused programmer/scriptor, I've spent countless hours on end getting things working. Shoot me an e-mail if you want, and I can send you some relevant info to help get you going.

kirksander (at) hotmail (dot) com

Good Luck
#5
03/04/2008 (2:34 pm)
Upon re-reading of the original post, nothing mentions it being a multiplayer card game. My mistake.
#6
03/04/2008 (3:27 pm)
There is a memory game tutorial on TDN, I beleive it's in the archived and out of date section though, so some scripts may not work correctly in the latest version of TGB, but it is a card game and can probably help you get started with the basics.