I got sound hooked up again, fixed texture binding/uploading and got the combo meter and song position indicator working again. Yeah it’s still rough but it’s coming along. There are some pretty big things to do still and I think I’m going to change gears back onto texas holdem to nail down my framebuffer initialization […]
Posted in holdem, c++, debugging, symbian on September 7th, 2006 No Comments »
Sometimes there are well defined technical reasons for this. Some people detest them because they have been told they are bad. Other more thoughtful people understand some of the serious problems that globals have. Many times in rapid prototyping (ala beatbox) or in general game dev people get a bit too global-happy and it can […]
Well there is more or less something there now. It is actually playable, although not being able to see scores and combos is a bit of a drag. Also the thing is completely full of bugs. It has gotten a lot funner to work on now though. Much less doing the boring plumbing that runs […]
Okay well this isn’t the sky falling but screenshots are so much fun, especially really dumb ones during development. What was at one point actually a fairly fun playable little game is currently a shadow of itself living on top of all new (actually rehashed I get to that in a minute) stuff.
Now I’ll provide […]
I thought I saw a triangle on the screen but it was just some wierd food stuff stuck to my laptop LCD. It really looked promising for a second or two. I’ll post screenshots when there’s blocks falling from the sky again. I had a really neat visual idea for the combo system the other […]
The UI widget test app is up and running again. This time using the final resource system from the game library. I took a screenshot to prove how unimpressive this actually is This is some of that TDD stuff that I posted about earlier. There is a unit test framework (built using a command […]