FrancisTR / Rhythm-Swipe

A Repository dedicated to the 2D Game "Rhythm Swipe".
https://projectrhythmswipe.netlify.app/
GNU Affero General Public License v3.0
2 stars 0 forks source link

Alpha v1.1.3: Internally change resolution #54

Closed FrostyNick closed 10 months ago

FrostyNick commented 10 months ago

Things should look exactly the same in-game in this update with a few bug fixes, unless any new bugs show up. Many things in code have been changed; pretty much a rewrite of some of the code. I anticipate there will not be a code rewrite at least for the update after this. So probably it's a good time to push this update.

Changes

Other Important Changes

Known Issues and Fixes

If you have any ideas on improving this PR let me know.

netlify[bot] commented 10 months ago

Deploy Preview for projectrhythmswipe ready!

Name Link
Latest commit 97688fef2d095c08bcc8a96edabe33c64864681d
Latest deploy log https://app.netlify.com/sites/projectrhythmswipe/deploys/64d52f17c4cf030008ed9a8a
Deploy Preview https://deploy-preview-54--projectrhythmswipe.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

FrostyNick commented 10 months ago

I see the bug you mention. This is caused by #52, in this case the code detects the blue cube 600 pixels before, which means there probably should be a blue cube, or a way to keep track of previous cubes if the number of red/blue cubes change in the future I believe.

FrostyNick commented 10 months ago

Might not be as easy to fix blue cube issue because of the way cube offset was added.