A collection of examples used in the Global Dev Contest educational materials.
This repository provides examples used in the Global Dev Contest educational materials.
Each example folder includes a .mod file along with a PDF tutorial that walks through the example step by step. Materials are provided in multiple languages (English, Korean, Traditional Chinese) under each example's language-specific subfolder (en, ko, zh-tw).
You can download any example you need and import the .mod file into your MSW project, then follow along with the matching PDF.
See the documents in each example's language folder for detailed usage information.
| World | MOD File | PDF File |
|---|---|---|
| 01.ShootingWorld | en ko zh-tw | en ko zh-tw |
| 02.AdventureWorld | en ko zh-tw | en ko zh-tw |
| 02b.AdventureCombatWorld | en ko zh-tw | en ko zh-tw |
| 03.PlatformerWorld | en ko zh-tw | en ko zh-tw |
| 04.RoguelikeWorld | en ko zh-tw | en ko zh-tw |
| 05.IdleWorld | en ko zh-tw | en ko zh-tw |
| 06.DefenseWorld | en ko zh-tw | en ko zh-tw |
| 07.PartyWorld | en ko zh-tw | en ko zh-tw |
Supplementary reference materials that aren't tied to a specific sample world (no .mod package). Each entry includes a PDF document only.
| Topic | PDF File |
|---|---|
| 99.NetworkSync (Networking and Synchronization) | en ko zh-tw |
This project is licensed under the MIT License. You are free to use, modify, and distribute this project.
However, the software is provided "as is", without warranty of any kind. For more details, please see the LICENSE.(https://opensource.org/licenses/MIT)