|
|
|
# Welcome to _Sketchy Maze_
|
|
|
|
|
|
|
|
![](images/main-menu.png)
|
|
|
|
|
|
|
|
[Sketchy Maze](about.md) is a drawing-based maze game themed around hand-drawn
|
|
|
|
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.
|
|
|
|
|
|
|
|
## Table of Contents
|
|
|
|
|
|
|
|
* [About Sketchy Maze](about.md)
|
|
|
|
* [Gameplay Controls](controls.md)
|
|
|
|
* [Creating Custom Levels](custom-levels/index.md)
|
|
|
|
* [The Built-in Doodads](doodads.md)
|
|
|
|
* [Creating Custom Doodads](custom-doodads/index.md)
|
|
|
|
* [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)
|
|
|
|
* [Shortcut Keys](hotkeys.md)
|
|
|
|
* [The `doodad` command-line tool](doodad-tool.md)
|
|
|
|
* [Hacking and debugging](hacking.md)
|
|
|
|
* [Open Source Licenses](licenses.md)
|