I’m working on my first serious video game project. This may be be the most difficult application I’ve architected to date. (Why aren’t there any books on game design patterns? Oh well… The chance to forge unknown territory is why I love programming!)
Cube and I are still trudging through the first cycle of refactoring, but I think the structure is almost where it needs to be. One more day? Two? Then we’ll start programming the “fun” stuff again ;)
Kudos to everyone who made gmane.games.devel.sweng live and breathe, your news archives have proved invaluable.
Actually, there _is_ a book on game design patterns! It’s called, aptly enough, “Game Design Patterns”. It’s worth noting, though, that these are patterns in game design (like high score lists, powerups, and so on), as opposed to patterns in game software architecture. Still, it’s a great read.
Nice!!! Thank you, sir.
The ‘Game Programming Gems’ series of books also contain lots of useful, proven patterns & idioms, too.
Game Programming Gems looks fantastic. Thanks Anthony!