Started working on a new side project: A simple mi...
# random
s
Started working on a new side project: A simple minesweeper made with Compose Multiplatform. The background is that I’m annoyed that my daughter can’t access a good one through the Amazon App Store on her Amazon Fire Tablet Kids. Amazon App Store is really lacking apps. I found only one and that has a lot of ads and wants all my data. It’s time to do something about that and bring an free version without ads or tracking. My prototype: https://stefan-oltmann.de/mine-sweeper/ It’s the most satisfying Minesweeper in the world as you can’t lose… or win (right now). 😄
a
Looks nice, but, on mobile the right part is cut
👍 1
1
s
Yes, a lot of things left to do here. 🙂
I need to make it scrollable and want to use Zoomable, but that’s not yet released for WASM.
t
How are you deploying these?
s
Feel free to copy that, it's taken from an official JetBrains template. 🙂
t
it’s running directly from github pages? that’s cool!
s
Yes, it's awesome. I do that with all my other WASM tools, too. https://stefan-oltmann.de/oni-seed-browser/ https://stefan-oltmann.de/exif-viewer/
t
I didn’t know you could have custom domains for the pages, so I though you were running your own server
s
Nope, GitHub makes it very easy to use your own domain. You could even use a subdomain.
t
I need to come up with some good idea to test this hahaha
👍 1
f
Small UX feedback point; (users are dumb) Right-click to mark as mine doesn’t work, found in the source that long-press does; Might be something to add to your readme xD
s
Thanks. Yeah, will add right-click for Desktop & Web.