MUD tutorials
These tutorials teach you how to do various things with MUD.
Modifying the getting started example
These tutorials teach you how to make various changes to the getting started example (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 getting started: In this tutorial you learn how to understand the onchain components of the minimal template.
Emojimon
This tutorial is a complete game, explaining how to create the data model, systems to manipulate it onchain, and then user interface.