ViciousFish / buzzwords

A browser based word strategy game featuring frictionless link-based multiplayer. Try it today!
https://buzzwords.gg
Apache License 2.0
49 stars 8 forks source link

iOS and Android mobile apps #111

Open chuckdries opened 2 years ago

chuckdries commented 2 years ago
chuckdries commented 2 years ago

stretch goals:

chuckdries commented 2 years ago

I have more work to do but I merged the capacitor branch into dev - the gesture and frameloop=demand changes I made are probably ready for prod. I'm a little worried about the bundle ID change, might revert it before we release another desktop client

chuckdries commented 2 years ago

Might want some kind of global manager to call raf.advance() on animation frames so we don't accidentally skip frames when needing to call advance from multiple places (or just call in a loop, it's probably cheaper than a three render) (see https://github.com/pmndrs/react-spring/issues/1586)

chuckdries commented 2 years ago

working on: switching from the main game area being a scrollview to using a swipe-up drawer on mobile for the moves list. TODO:

chuckdries commented 2 years ago