Architecture
๐
Game Technology
Currently our games will be built using Unity. The functions behind the game will be run in a simulation coded in pure C++ that will execute the game instances in less than a few milliseconds. This will then be hooked up to Unity, where it is visualized. Ultimately we plan to expand into other gaming development platforms like Unreal Engine.
๐
Hosting
We plan to have our backend hosted on the Amazon Web Services (AWS). Our core backend services will eventually be built using a serverless model with AWS Lambda. This will enable us to provide effectively unlimited scalability whilst also maintaining a cost-effective solution. We plan to have our primary persistence mechanism to be DynamoDB, where we plan to leverage transactional features to provide an atomic, consistent, isolated durable and highly available solution. Under the hood we plan to leverage the full gamut of AWS monitoring and security services including CloudWatch, GuardDuty, Inspector, Detective and Security Hub.
๐
Storage
Hunycomb Games plans to utilize LevelDB for its Blockchain Storage. For State Storage, Hunycomb Games plans to use a KhaosDB in the full-node memory that can store every one of the recently forked chains produced inside a specific timeframe and supports observers to change from their own active chain quickly into another principal chain. It can likewise safeguard blockchain storage by making it more table from terminating unusually in an intermediate state.
Last updated