Entity-generator for a color-matching game...

Blitz3D Forums/Blitz3D Beginners Area/Entity-generator for a color-matching game...

Kozmi(Posted 2006) [#1]
Hi guys,

Does anybody know of a good way to write an entity-generator for a color-matching game like Bejeweled??

Basically meaning How would you write such code?
Type's are obviously going to be a BIG part of it I realize that, But I haven't worked with 'types' that much
to be able to know how exactly to write such code?
If anybody would happen to have some older code or code fragments laying around that I could learn from Id' greatly appreciate it as Im' a little stumped right now, And not entirely sure as where to goto next?!??

Best Regards,

Jackzip7...


_PJ_(Posted 2006) [#2]
Id be happy to help, and yeah, Id imagine Types are the way to go.

Could you give a little more detail on what exactly you want?

What sort of entities are you generating and what do you mean by 'colour matching game'?


WolRon(Posted 2006) [#3]
Have you seen some of the examples on my programming tutorial? Check out the Types reference and some of the game examples for ideas.