Welcome to the Tactics War SC repository. This project is built using MUD, a versatile framework for developing blockchain-based games.
To get started with the project, follow these steps:
Explore the documentation for different systems in the Tactics War SC:
Learn about the ECS (Entity-Component-System) MUD tables used in Tactics War:
- MatchSystem Tables
- BuySystem Tables
- SpawnSystem Tables
- CombatSystem Tables
- MoveSystem Tables
- TurnSystem Tables
To generate the necessary C# files for the Unity game, follow these steps:
- Navigate to the
packages/contracts
directory:cd packages/contracts
- Run the following command:
pnpm dev:unity
This command will generate the tables needed for the Unity game.