(09-23-2024, 05:21 PM)TerryRitchie Wrote:Done! I've replaced the ZIP in the initial post with a new version featuring three difficulty levels (and it'll even keep your current high-score as the hard-level high score).(09-23-2024, 04:25 PM)RokCoder Wrote:Heck ya, go for it. The game is super fun and adding difficulty will make it even better.(09-23-2024, 03:44 PM)TerryRitchie Wrote: Woohoo!That is a monster score!
If you want to see a less balanced but far more visually explosive game, try changing line 565 from
`If game.rowCount% < 5 Then m! = 0.5 Else m! = 0.15`
to
`m! = 0.5`
I'm tempted to add easy/normal/difficult game start buttons and to have the above setting as easy, one that gradually decreases from 0.5 to 0.15 over 30 rows as normal and the current setting as difficult. What do you think?
RokCoder - dabbling in QB64pe for fun

