For this week’s Thousander Club update:
Game Hours: 409.25(previous two years) + 114.5 (current year) = 523.75 / 1000
Game Ideas: 710 (previous two years) + 36 (current year) = 746 / 1000
I managed a few hours of development this past week, which is quite a few less than I expected to do, but progress is progress. I reorganized my subversion repositories with the goal of separating common libraries into their own project that can be included by my own projects. Before this change, each project was in its own repository, and they had the same build scripts for the same custom libraries, which was a lot of duplication. Subversion has something called svn:externals which allows my checked out project to essentially include a different project under it. It should be pretty handy for common tools, scripts, and code across projects.
I finally got around to changing the drawing of the goal in Minimalist from a blue filled rectangle to an actual sprite image.
I want it to animate with the text spinning around it, but the important thing is that it does a better job of standing out from the red rectangles.
Also, I would like to change the name of the game. Minimalist got its name from the theme of Ludum Dare #11, but I think the game should be named something more appropriate. I’m thinking Walls, since the game now features obstacles that close in on you.
[tags]game, game design, productivity, personal development, video game development, indie[/tags]








