ShroomKingdom (πŸ„,πŸ„) Profile picture
Shroom Kingdom is an upcoming #play2earn video game built with web technologies running on the @NEARProtocol Blockchain. https://t.co/BzoeIzTTLF
Jul 23, 2022 β€’ 22 tweets β€’ 13 min read
Dear community,

It has been quiet for the last couple of weeks and an official statement has been long overdue. What’s the status of the project? Is this still alive? What are these $SHRM tokens for lying in my wallet for almost a year? When launch?
🧡 I (@marior_dev) started Shroom Kingdom about a year ago. I had a clear vision in mind.
- build the next iteration of successful play to earn games
- build it on Near Protocol, because it’s the best blockchain
Aug 5, 2021 β€’ 10 tweets β€’ 6 min read
I’m currently working on a poc for my app.

It uses @BevyEngine, @dimforge’s rapier physics engine both compiled to #WebAssembly and #React for the GUI. I had to do some nasty things to make this work. Read below

#rustlang #gamedev #html5 #blockchain #nft #gaming #playtoearn So first of all there are basically two approaches how you could implement a GUI for your WASM game. Either write it in the same language as the game itself. This would result in it being rendered via WebGL in the same canvas, or you could somehow try to connect a JavaScript lib