WARNING this is kind of geeky
OpenSeed is a bridge between non-web based applications and STEEM.
The Goal of OpenSeed is to create a standard API for games on STEEM. Though the tasks aren't difficult to code, they are time consuming. With OpenSeed the game developer can focus on what is really important, making games. While allowing them to be a part of a decentralized network.
As this is my personal account the posts here are mainly for posterity, Official releases and announcements will be made on @v-entertainment
Openseed's Godot template is coming along. I had to do some recoding on them to separate the interfaces from the main openseed.gd file. This will allow the developers to come up with their own interfaces if needs be. Though like a lot of other services like OpenSeed I would recommend using what is offered as I won't be able to support strange configs.
*My son Liam cam up with this the other day as a possible years project for our Game Development class. I really like it and it would work as a great testing ground for the OpenSeed service.
The server side of OpenSeed is moving along nicely. With the biggest news in that I have converted the server to Python and now communicates to the clients in the tried and true server/client model using streams and sockets instead of the old html REST styled connection. This has sped up the I/O significantly and should open some huge doors going forward.
One of OpenSeed's design aspects from the beginning of the project was to extend the life of the games created by Vague Entertainment beyond the life of the company. In the past this was achieved by running a set of sync commands between databases and keeping a list of servers that were running the software. This was before block-chains and more importantly STEEM. With both of these technologies on hand, I can focus on engineering the best way to store the data needed for longevity on the while storing the temporary on OpenSeed much like what HiveMind does for the social aspects of the chain.
OpenSeed is being developed as an FOSS software, by @bflanagin as a means to support his game and app development. The end goal will be to allow any indie developer to run an OpenSeed instance on their machine and connect to a network of other nodes. Sharing bandwidth and cost with each other. To fund these nodes each developer will have a monthly fee that will be distributed between all nodes giving a larger percentage to those that are running IPFS and or STEEM witness nodes. This payment would be levied via STEEM or to a yet to be created Org that would then convert the payment to STEEM to distribute to the OpenSeed nodes.
Questions, comments, etc. You know what to do.