Game Development Community

2(or more) player cardgame or boardgame?

by John Bowman · in Torque Game Builder · 10/12/2005 (3:17 pm) · 3 replies

I was wondering if anyone had created or seen any examples of a 2player card game or board game over the network with T2D or if that was even possible yet.

-John

#1
10/12/2005 (4:08 pm)
Galacticards is card based. Demo very soon, release a week after. It's pretty much ready now, but my music is the long pole. The engine lends itself to a card format well enough.

killerbeesoftware.com/kbsgames/gc

I did not network it though I stubbed it out for a possible later addition. T2D 1.02 does not have the net code, and I decided to wait and not roll my own.

--Mark
#2
10/12/2005 (4:12 pm)
1.1 will have basic networking in place for using commandToServer and commandToClient. Currently in 1.02 you can use TCPObject, but it does require you to design the protocol and make sure it fits into the gameloop.
#3
10/22/2005 (11:14 am)
@Labrat hey will that let us do basic combat like

Tank vs tank or 2 player boxing etc with T2d?