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