Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.73 KB

File metadata and controls

57 lines (41 loc) · 1.73 KB

Tactics War SC

Welcome to the Tactics War SC repository. This project is built using MUD, a versatile framework for developing blockchain-based games.

Table of Contents

Getting Started

To get started with the project, follow these steps:

  1. Prerequisites
  2. Setup Guide
  3. Deployment Guide

System Documentation

Explore the documentation for different systems in the Tactics War SC:

Table Documentation

Learn about the ECS (Entity-Component-System) MUD tables used in Tactics War:

Generating C# Files for Unity

To generate the necessary C# files for the Unity game, follow these steps:

  1. Navigate to the packages/contracts directory:
    cd packages/contracts
  2. Run the following command:
    pnpm dev:unity

This command will generate the tables needed for the Unity game.