finnvoor / PlaydateKit

Create games for Playdate using Swift.
https://finnvoor.github.io/PlaydateKit/documentation/playdatekit
Creative Commons Zero v1.0 Universal
199 stars 21 forks source link

Basic crank support #88

Closed jrr closed 3 months ago

jrr commented 3 months ago

This PR takes a chip out of #85 by hooking up the crank.

I started really simple, using absolute positioning and not limiting speed at all. It might not hold up in a competitive Pong league, but it feels pretty good on the device to me :)

finnvoor commented 3 months ago

Nice, looks great. Thanks!