:construction_worker: I am trying to build super ...
# compose-desktop
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.