Can this game be played SOLO?
triptych
Creator of
Recent community posts
So cool that you made this game! Can't wait to check it out! I couldn't find the SRD at https://lostandfound.games, but I did find it at https://srd.mousehole.press/ . Very curious about games like this.
If you are looking to learn about Godot, I would humbly submit that the tutorials over at GDQuest are really good.
https://gdquest.mavenseed.com/
The tutors are long time Godot instructors, and the material is well curated and up to date.
Lots of the content is free and give a good foundation. They also have lots of Youtube videos. https://www.gdquest.com/start-here/
I put one of your sample games up on Observable to test out the export. It works great! ( Except save game which depends on prompt() but that's easily fixable )
https://observablehq.com/@triptych/hello-gruescript
For payment it depends on the client. For many folks, they are using the Coil plugin. You deposit a small amount of money in Coil ( say $5 a month) and it will know when you are on a site that accepts web monetization and send drips of pennies to that site as you spend time there. https://xrpcommunity.blog/how-to-monetize-your-content-with-coil/
You can add the meta tag to your HTML content but Itch.io has that in an IFRAME. So Itch.io needs to add an attribute to that Iframe to allow web monetization: https://webmonetization.org/docs/api#iframes
<iframe src="/wm/example.htm" width="600" height="800" allow="monetization"></iframe>
Web monetization is an open javascript api that allows content creators to receive money for their works in various ways - in an open and secure way. You can see other creators sites starting to adopt this:
https://js13kgames.com/webmonetization
https://discuss.write.as/t/web-monetization/1646
https://dev.to/hacksultan/web-monetization-like-i-m-5-1418
It would mean a lot for creators if itch.io offered this possibility as well.