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.
I spent some time at a big game company where we struggled to make a small game. Frustrated with the bureaucracy I began to write my Game Development Manifesto.
Game Development Manifesto v.1.0
Spend more effort prototyping gameplay than writing design docs.
Spend more effort prototyping gameplay than doing market research. (My friend Ethan adds: Putting a prototype in front of a player is the only market research that matters.)
Reduce scope brutally.
Designers need the ability to easily and quickly test tweaks from day one.
Before you have two engineers you need to document a coding standard and a branching strategy.
Before you work on a real feature you need source control, automated builds, and push-button deployment.
If you are ever going to localize you should build the framework before you complete a single user-facing feature.
Figure out your art and data pipelines before you add any art or data. (Once the pipelines are in place engineers should not be required.)
Figure out how to add and remove assets without breaking the game.
Figure out how to do non-ugly screen transitions before you show the game to someone outside the dev team.
Don't use new technology unless that's the only new thing about your game.
Read more about:
BlogsYou May Also Like