MUD tutorials
These tutorials teach you how to do various things with MUD.
Modifying the template
These tutorials teach you how to make various changes to the application template (opens in a new tab). This is an easy way to learn how to modify MUD functionality in various ways.
- Add a table: In this tutorial you add a table to preserve counter history, and learn how to lookup information using a key.
- Add a system: In this tutorial you add a system to decrement the counter and update the application to use it.
Walkthrough
These tutorials are deep dives into various sections of code.
- The onchain components of the template: In this walkthrough you learn how to understand the onchain components of the minimal template.
- The MUD client libraries: In this walkthrough you'll learn about the client setup files that are included in all client templates.
Emojimon
This tutorial is a complete game, explaining how to create the data model, systems to manipulate it onchain, and then user interface.