Progress and Tuning
I’m about to have some “Thin Mint” ice cream and go to sleep. But I’m pretty happy with my progress.
As you can guess, my game involves a wall of Tetrominoes. But that’s all I will reveal so far. It’s also about mass extinction.
I’m trying something different this time. I put some of the gameplay tuning numbers into a config file (which is not that new), but I’m also checking the file time every time the game loop updates, and reload if it changes. I might set this to only happen in debug builds, but it doesn’t seem to slow anything down so far. The cool thing is that now I can tune my gameplay values in real-time, just changing the number and saving the file. This was inspired by Ben Garney’s clever google spreadsheet trick over at CoderHump (worst blog name ever). So far I only have one value, how fast the game scrolls, but we’ll see.
Comments

