Game Development Community

Turn Base Game

by Edgar Doiron · in Torque Game Builder · 08/07/2006 (7:36 am) · 4 replies

TGB should be good to handle a strategic boardgame like game, right?

#1
08/07/2006 (7:42 am)
Yup. Of course, like anything, it depends on exactly what your parameters are. But it should be up to the task.
#2
08/07/2006 (7:49 am)
Well I won't need any collision detection, and it's gonna be a grid, so I can use letters for Rows and numbers for Column.

I'm thinking of making this an over email game, it would send and encrypted file with your moves, and when people execute it, it would load up the players moves on their games.
#3
08/07/2006 (11:31 am)
You might want to check out the Checkers Tutorial and demo.
#4
08/07/2006 (4:10 pm)
Yeah that's what i thought. thanks matt