Creating BOMBERMAN in torque
by Lapam · in General Discussion · 09/04/2007 (4:29 am) · 2 replies
Hi,
I want to develop game like Bomberman. This game will be multiplayer (around 6 player) and will be played online. please tell me how will "Torque" help me and what all products will i have to get in order to start development.
I want to develop game like Bomberman. This game will be multiplayer (around 6 player) and will be played online. please tell me how will "Torque" help me and what all products will i have to get in order to start development.
#2
Good luck :)
09/04/2007 (7:15 am)
Look at the AFX kit also, it will making the blasts that travel in a straight direction easier IMO.Good luck :)
Associate David Montgomery-Blake
David MontgomeryBlake
I believe it was Tom Bampton of game-a-day fame that was working on something similar. So definitely look that up.
But I would think the first obvious place to begin would be with the Advanced Camera resource (which requires C++ manipulation and therefore a license) to provide you with the god-view orbit cam. Then create a grid of DIF squares (easy to do in Constructor with the grid options). Then figure out how to make the bomb blasts move directionally and at what magnitude.
Of course, I do not know how easy or how complex it would be to do such a clone in 3D in TGE. But those are my initial thoughts on it.