Sponsored By

Opinion: A Few Conceptual Prototyping Tips

In this reprinted <a href="http://altdevblogaday.com/">#altdevblogaday</a>-opinion piece, HB Studios executive producer Pete Garcin examines three problems that can creep into projects and hamper progress when you're building a prototype.

Pete Garcin, Blogger

November 4, 2011

3 Min Read

[In this reprinted #altdevblogaday-opinion piece, HB Studios executive producer Pete Garcin examines three problems that can creep into projects and hamper progress when you're trying to build a prototype.] Staring at a blank canvas (or an empty doc – much like starting to write one of these posts!) can be intimidating. Once you start, it's also easy to get sidetracked from solving the hard problems, or unconsciously avoiding tackling the core of what you're trying to build (you know, in case it doesn't work). So here are a few tips to help you when you're trying to build a prototype. Back To Basics Boil whatever it is down to the absolute bare essentials: what exactly is it you're trying to prove out anyway? A mechanic? A system? An economy? A visual treatment? Identify what problem you're trying to solve, and then solve ONLY that problem. But I need an input handler and event distribution system…" – NO. Stop right there. You really don't. Just build the absolute bare minimum you need to and take it from there If it's truly mind-blowing, then maybe you get to build the input handler and all that good stuff (?). But until you solve the first problem, that second problem doesn't even exist. Don't Get Attached Use whatever is at your disposal to prove the idea is sound – your favorite language, toolset, excel, pen and paper – whatever it takes, but something that isn't going to bog you down, and that can let you get to the heart of the problem quickly. Because when you're done, even if it proves that you've just come up with the next great thing, you're going to throw out your prototype and start over in almost every case. You've done the hard part – you've proven that the idea makes sense, and you have also proven that it is technically possible to solve – so now you can build it on whatever platform, and with whatever toolset suits your needs. Don't Get Ahead Of Yourself Once you get something down, don't get bogged down in the details. It's easy to start following the threads down paths and solving problems (or being bogged down by them) that are very premature. Baby steps. Solve the problem right in front of your face, and then take it from there. Small iterations, focused on the primary problem. Building that main menu can wait. Enthusiasm is one of the primary reasons that developers get ahead of themselves – and that is great – it's a matter of trying to harness and focus that enthusiasm towards solving the right problems at the right time. It's really common to see the above points creep into a prototype, and staying focused on those truly core problems is a constant challenge. Prototyping is a critical and important part of the development process, and a necessary step towards building your million seller. Try to enjoy the journey, the process, and not worry too much about the destination until it's time. [This piece was reprinted from #AltDevBlogADay, a shared blog initiative started by @mike_acton devoted to giving game developers of all disciplines a place to motivate each other to write regularly about their personal game development passions.]

About the Author(s)

Daily news, dev blogs, and stories from Game Developer straight to your inbox

You May Also Like