Trending
Opinion: How will Project 2025 impact game developers?
The Heritage Foundation's manifesto for the possible next administration could do great harm to many, including large portions of the game development community.
Featured Blog | This community-written post highlights the best of what the game industry has to offer. Read more like it on the Game Developer Blogs or learn how to Submit Your Own Blog Post
It all starts so pretty isn't it? A clean project, a quick prototype, it works! It's beautiful.
It all starts so pretty isn't it? A clean project, a quick prototype, it works! It's beautiful.
prototype phase
Now it's time to add more features, everything is planned out, all cogs have a place to be, it goes smoothly for a while.
robust prototype
Now you realize other small components are needed, no problem, let's make them...
small components
Eventually you do need to plug them into the game itself, and that's when the problems start, most of the other stuff wasn't built considering these new components. Will they break?
building on top
What's worse, if at some point you need to radically change something in the gameplay, this might happen. You changed it so much that most of the code just has to be thrown away. It has no place.
different base
Not to mention that eventually trying to remove/replace some function or a core component can have serious consequences.
remove/replace a component
Well, I hope you all have a nice week! I'm going back to work #gamedev
[This is a repost from my personal blog at http://www.david-amador.com ]
Read more about:
Featured BlogsYou May Also Like