hglong16 / wift-rizard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MUD2 2D Game Starter Kit

This is an opinionated starter kit for making 2D browser games using MUD. The aim is to provide the fastest way to get started making a game with minimal setup.

Technologies Used

  • MUD: Ethereum development framework
  • Phaser: 2D game engine
  • React: UI

Dependencies

  • node - Used to run the client. Install
  • yarn - Used to install dependencies. Install
  • foundry - Used to run your local node, run tests, and deploy contracts. Install

Getting Started

  1. Run yarn to install dependencies
  2. Run yarn dev. This will:
    • start a local anvil node
    • deploy your contracts
    • compile and start the client
    • open the client in your browser

About

License:MIT License


Languages

Language:TypeScript 59.6%Language:Solidity 38.3%Language:JavaScript 1.5%Language:Ruby 0.4%Language:HTML 0.2%Language:Shell 0.1%