Game Development — SOLID principles for video game development
Game development ain't easy, but keep these Dos and Don'ts in mind, and you'll be making video games in no time!
Indie Developer Survival Guide: Key Things to Note to Succeed
Indie developers, take note! These tips will help you achieve the success you're looking for!
Mega Cat Project Code Design Guidelines
In addition to turning reams of design documentation and gorgeous art assets into an actual playable game, one of the goals of a video game developer should be to ensure that their code is efficient and maintainable. With these end goals in mind, it is important to start the coding process with certain principles in mind.
This guide presents the strategies and ideas that underpin our approach to coding. While each game is unique, these tactics can be applied to many different situations to ensure that your project is manageable and won't become a nightmare if you need to refactor or debug your code (which is always).