hglong16 / dark-seas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 63.3%Language:Solidity 35.1%Language:JavaScript 1.3%Language:HTML 0.2%Language:Shell 0.1%