:construction_worker: I am trying to build super mario bros using compose desktop :lab_coat: Twitt...
t
👷 I am trying to build super mario bros using compose desktop 🥼 Twitter : https://twitter.com/theapache64/status/1380809842114265088 (for updates) GitHub : https://github.com/theapache64/compose-mario 🚧
🎉 4
👍🏼 2
🔥 3
🏃 13
❤️ 10
🆒 7
👍 28
g
Nice, your github repo is a great learning tool. Thanks for keeping it open source
t
@gbaldeck Thank you 🙂 I'd like to note that it's in a very experimental stage and many breaking changes are expected. Also, i don't have any exprnce in game developemnt , so you might see very stupid logics in the code. This repo is kind of like a playground to me 😄 to understand and experiment things.
g
Sure, more specifically the canvas api and keypress detectors were what I was looking at. Multi-keypress detector is something I haven't seen yet, but would be great for ctrl+a, etc
t
Yeah. I haven't used them (mutl-keys), but i think there's a pretty cool API to detect that.