guidebook/docs/index.md

31 lines
1.2 KiB
Markdown
Raw Normal View History

# Welcome to _Sketchy Maze_
2020-11-21 03:09:16 +00:00
![](images/main-menu.png)
[Sketchy Maze](about.md) is a drawing-based maze game themed around hand-drawn
2020-11-21 03:09:16 +00:00
maps on paper. You can draw a level for a 2D platformer game, drag-and-drop
"doodads" such as buttons and doors into your level, play it and share your
levels with others.
2020-11-21 03:09:16 +00:00
2021-10-10 04:30:25 +00:00
**Last Updated:** Oct. 9, 2021 for Sketchy Maze v0.9.0.
2021-06-20 20:22:13 +00:00
2020-11-21 03:09:16 +00:00
## Table of Contents
* [About Sketchy Maze](about.md)
2021-06-20 20:22:13 +00:00
* [Change History](changes.md)
* [Gameplay Controls](controls.md)
2020-11-21 07:08:17 +00:00
* [Creating Custom Levels](custom-levels/index.md)
2021-06-20 20:22:13 +00:00
* [Publishing Levels](custom-levels/publishing.md)
* [Custom Wallpaper](custom-levels/custom-wallpaper.md)
2020-11-21 07:08:17 +00:00
* [The Built-in Doodads](doodads.md)
2021-03-31 07:53:35 +00:00
* [Linked Doodads](linked-doodads.md)
2020-11-21 07:08:17 +00:00
* [Creating Custom Doodads](custom-doodads/index.md)
2020-11-21 03:09:16 +00:00
* [Draw Sprites In-Game](custom-doodads/edit-in-game.md)
* [Draw Sprites with an External Program](custom-doodads/edit-external.md)
* [Program Them with JavaScript](custom-doodads/scripts.md)
2020-11-21 07:08:17 +00:00
* [Shortcut Keys](hotkeys.md)
* [The `doodad` command-line tool](doodad-tool.md)
* [Hacking and debugging](hacking.md)
2021-06-20 20:22:13 +00:00
* [Profile Directory](profile-directory.md)
* [Open Source Licenses](licenses.md)