|
|
|
|
|
by doty
3618 days ago
|
|
From http://number-none.com/blow/blog/programming/2016/07/07/brai...: The game Braid originally shipped to the world in 2008, and after some ports in 2009, I have only worked significantly with the code on a few occasions. But I want to maintain this game indefinitely into the future; in the back of my mind, there have always been some clean-ups that I have wanted to perform on the code. Often when shipping a game, the best answer to a problem isn’t evident, and we are under time pressure, so we solve the problem in some way that is sufficient but sub-optimal. Other times, we need to design the game to meet technical constraints of systems we want to deploy on, but as the years go on, these systems become irrelevant, so the code can be cleaned up. I figured it would be interesting to talk about some of these things in a blog (and the blog will help motivate me to think about these situations and clean some of them up!) |
|
Game code is often (not always, and in larger studios that maybe have their own engines even less so) fire-and-forget.
I'm almost kind of jealous. :)