Multiplayer naval battle simulation game on blockchain. Built with MUD.
- Node >= 17
- Foundry
- Ensure requirements are met
- Clone the repository
- Run
yarn && yarn prepare
to install dependencies and prepare workspaces - Run
yarn dev
to spin up an anvil local blockchain, deploy smart contracts, and launch a locally hosted client server.
- Go learn how MUD works.
- Fork this repository
- Modify smart contracts in the
/packages/contracts
folder - Modify client in the
/packages/client
folder