Prototype of full-on-chain 2D game project using mud framework
This project is a full on-chain 2D game. It is possible to change the coordinates and change the state by using the mouse and the keyboard to make the character appear for the 2D coordinate player. All operation history is stored in the blockchain, and the blockchain information is synchronized to the client screen
This project is a full on-chain 2D game. It uses the mud framework and the solidity file is automatically generated from the config file. This completely separates data structure and logic. The client side is automatically rendered by react.js and phaver.js based on blockchain data updates.