Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 966 Bytes

tutorials.mdx

File metadata and controls

22 lines (13 loc) · 966 Bytes

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. This is an easy way to learn how to modify MUD functionality in various ways.

  • 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.

Emojimon

This tutorial is a complete game, explaining how to create the data model, systems to manipulate it onchain, and then user interface.