Closed tedbrakob closed 1 year ago
Found a bug on starting the game on a fresh install. Will fix and remove draft status.
bug fixed, ready for review
handleCrankRotation
could very well be shortened and even inlined back in the main loop, but it's fine like that.
also, I never thought of skipping a rotation if the piece was an O piece, that's some performance boosts I guess
let me build it and release it as minor version real quick
Copied the "O" rotation skip from what is already in place for a/b buttons. Not sure how big of an improvement that makes, but I figured I would include it
Added ability to rotate pieces via crank Added .vscode settings directory to gitignore
Note: Crank rotation is handled in
updateGame()
instead of an input handler like a/b rotation because there is no input handler equivalent toplaydate.getCrankTicks()