-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# MUD tutorials | ||
|
||
These tutorials teach you how to do various things with MUD. | ||
|
||
## Modifying the getting started example | ||
|
||
[These tutorials](tutorials/minimal) teach you how to make various changes to [the getting started example](https://github.com/latticexyz/mud/tree/main/examples/minimal). | ||
This is an easy way to learn how to modify MUD functionality in various ways. | ||
|
||
- [Add a system](tutorials/minimal/add_system): | ||
In this tutorial you add a system to decrement the counter and update the application to use it. | ||
|
||
## Walkthrough | ||
|
||
[These tutorials](tutorials/walkthrough) are deep dives into various sections of code. | ||
|
||
- [The onchain components of getting started](tutorials/walkthrough/onchain): | ||
In this tutorial you learn how to understand the onchain components of the minimal template. | ||
|
||
## Emojimon | ||
|
||
[This tutorial](tutorials/emojimon) is a complete game, explaining how to create the data model, systems to manipulate it onchain, and then user interface. |