View Single Post
Old 13 February 2018, 22:50   #90
mcgeezer
Registered User
 
Join Date: Oct 2017
Location: Sunderland, England
Posts: 2,702
Quote:
Originally Posted by LeCaravage View Post
Considering the number of persons (two ?) involved in the game dev. I'm pretty impressed by the fast progress you've been making and, all during spare time.
Development started around 8th November 2017 so has been going about 3 months.

One of the great things that came out of my last update was that a few Youtuber's seem to have downloaded the ADF to show off the progress of the game in their channels. It's very handy because it has unearthed lots of bugs for me!

Here's a list of them that I know about in no particular order
  1. Enemies don't appear on the next round until the Powerball resets them
  2. Bombs colour issue during start sequence
  3. Scene colour issue during start sequence, affects rounds 2 & 3
  4. ESB collision is broken when Powerball is active at the same time
  5. ESB has double collision when collected (or so it seems - strange)
  6. Sound effects are not fixed to last 2 channels
  7. The Extra token needs to appear after a number of enemies have been killed
  8. Powerball colour cycle issues, should cycle when touches a platform
  9. ESB won't fall from a left platform
  10. The jump/fall routine needs rewriting
  11. The colour cycle needs to made into proper HSL

There'll be other bugs I haven't noticed yet but I'll keep striking them off.
Tonight I nailed the ESB double collision issue (or provided a workaround).

It's an interesting one because each frame I read CLXDAT into a word. The ESB is assigned to sprites 2&3 while Jack is assigned in sprites 0&1. For some reason, even if I move sprites 2&3 after a collision is detected, CLXDAT still returns a collision even after the sprites 2&3 has been moved off screen.

Thinking about it now it may be an issue with the vertical beam and I probably have to wait until the beam is in the blanking period before I read the sprite registers.

Sorry, no video as not much to show. When I iron out most of the bugs I'll do another one and maybe add another enemy.
mcgeezer is offline  
 
Page generated in 0.04191 seconds with 11 queries