Quote:
Originally Posted by pSYeNCe
This is a good idea. Sometimes in web design I'll just make a frame of the page until I get needed resources. It works quite well. You could set it up to reference some not-yet-existing image, and then just fill it in when the time comes.
The only thing is identifying characteristics of the object. That's the tough part that takes time to program, and you won't know that until you know the object.
|
Maybe.
Creating a script file that defines the objects would allow you to create objects with varying numbers of properties. Also some objects are more easily defined (such as an initial map of the playfield) than others (placement, size, and orientation of an unknown game piece). All-in-all it would be an interesting and fun project.