Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 752 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 752 Bytes

Dark Seas

Multiplayer naval battle simulation game on blockchain. Built with MUD.

Requirements

  1. Node >= 17
  2. Foundry

Quickstart guide

  • 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.

Local Development

  1. Go learn how MUD works.
  2. Fork this repository
  3. Modify smart contracts in the /packages/contracts folder
  4. Modify client in the /packages/client folder