Game Progress Update #26


Game Progress Update #26

Hello world! and welcome to the twenty sixth Dev with Dave Game Progress Update!

I can’t believe that it’s been an entire year since the first progress update on this project. And boy, look at how much the game has changed!

The above image is a still taken from the very first progress report. I was demonstrating some of the basic systems which I had implemented, things like the controlling the player and the parallax scrolling background.

And here we have a screen capture from the 25th Update! As you can see the game has come on in leaps and bounds over the last year. There isn’t very much left to do now until it’s ready for the first round of testing.

In fact this update I have been trying as hard as I could to get the remaining tasks finished from the In Progress column on the Trello, and get as many of the bugs fixed and out the way.

Some finishing touches

The first thing I did was add a sound effect for the Second Chance boost, and implemented playing it when the boost is activated. This was pretty simple to do as all the systems and code was already in place.

The sound effect was from one of the sound packs I’d downloaded previously for this project, and is currently being used as is without any post production editing.

Scoring

The next thing on the list was the scoring for the game. In the GDD this was specified to be based on the number of screen widths that the player had moved. Using the base size of the graphics, 144px instead of the actual device width for fairness. It also needed to use timer based movement to ensure that people with faster devices didn’t end up with a hidden advantage.

In the original prototype, I had it set so the score increased by 0.1 each frame, which was not what the GDD said.

I soon changed this so it worked as described in the GDD by adding a distance# variable to the player type, and recording the distance travelled by the player ship. Once this distance variable reached 144.0 then the score was increased and the distance variable reset back to zero, and the score is increased by 1 point.

After I’d played a few games with the new scoring system in place, it was decided that the score was increasing too slowly, so I changed it so it increased by one point every 14.4 pixels travelled.

Bug fixes

I also managed to blast my way through half a dozen or so cards from the Known bugs/issues column of the Trello.

Buying boosts now correctly deducts coins from the coins total, and using a boost will reduce the inventory count by one.

I fixed a couple of problems relating to the scrolling background at game over. Zone assets now scroll by at the proper speed and bullets will continue moving also.

I also fixed bugs relating to the ship engine sound not ending at the end of a game, changing the volume of the music intro section, and the head start boost now plays the shield sound as well as activating the shield.

I did however manage to find a new bug though, so I’ve added that to the Trello also.

Until next time

And that’s all for this update! There won’t be an update for Flappy-vaders next fortnight as I’m travelling to Spain for a week to be the Best man at my friends wedding 🙂 Instead the next update will be on the 24th of September (I have checked, and double checked this date after the last time, lol)

I’m hoping to have finished off the remaining bugs, done perhaps a little more work on the level design and be nearly ready for the first round of testing.

So I’ll see you all again then 🙂