Skip to content

Commit

Permalink
docs: tutorial summary page (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt authored Aug 9, 2023
1 parent e826a6d commit 9890958
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/pages/tutorials.mdx
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.

0 comments on commit 9890958

Please sign in to comment.