Game Development Community

Do you use Examples, or start from scratch?

by Johnathon · in Torque Game Engine · 07/06/2008 (5:50 pm) · 3 replies

Hey everyone,

I was just curious what everyone else does when they start a new project. Do you start out from a blank slate, or do you copy one of the included examples, and use the common scripts with it.

I assume using the common scripts cuts alot of dev time out, but starting from scratch would allow you to have your own structured code.

What do you guys do?

#1
07/06/2008 (6:52 pm)
I use the Arcane.FX demo and make changes as necessary. My opinion is that, if I need to change the structure of the code, than modifying the code would take less time than building it from ground up.
#2
07/06/2008 (9:07 pm)
I always used the starter.fps example until we came up with our own.
#3
07/07/2008 (12:26 am)
I would use the starter.fps if i was to make a multiplayer, fps or online game. If i wanted to make something like a maze game i would start from scratch.