Wednesday, 12 December 2012

Ready for Testing and Finding Bugs

We have integrated all of the features in the core gameplay (without multiplayer feature). While Anggi develop the multiplayer connection and Lauren create the website design, Gerry and I finalize the core game ,which is 2 player in the same computer, and try the game several times to find the bugs and make improvements needed to make the game more perfect and more sophisticated.

Bugs found
Testing in Internet Explorer
- sound effects will be delayed for the first time playing the sound, but other elements are displayed correctly
Testing in Firefox and Chrome
- although the sound effects works properly without delay, the background become black in second player screen

Solution
After several attempts of trying, I found that the reason of the background becomes black in firefox and chrome browser is because we are using tiled background type as our background where in the sample that we found on the internet use sprite object type as the background. We still have no idea why this happens, may be there is a bug in the canvas plugin. To solve our problem, we just need to change the background to sprite type in order to work properly in firefox and chrome browser, however the delayed of sound effect in IE still remains unsolved.

No comments:

Post a Comment