Block game
by Danny Mejia · in Torque Game Builder · 04/26/2007 (10:16 pm) · 2 replies
For a block game. where you have to Match three block would it be best to use a tile-map? and how hard is it to search the board to see if there is a match?
Am just starting to learn torqueScript.
Am just starting to learn torqueScript.
About the author
#2
It's not that hard to search a tile map and see what images match, but it will take a lil bit of scripting.
I am working on a game thats a matching game with a few twists and I got the basics of the game (using the tile map) together in about 2 - 3 days.
You should probably start with Anton's suggestion.
04/27/2007 (4:51 am)
You could use a tile map.It's not that hard to search a tile map and see what images match, but it will take a lil bit of scripting.
I am working on a game thats a matching game with a few twists and I got the basics of the game (using the tile map) together in about 2 - 3 days.
You should probably start with Anton's suggestion.
Torque Owner Anton Bursch
If I were you, I'd look up the tetris tutorial here. It's kinda old, but it's still good.
Anton