# ZEP Guidebook (EN)

## ZEP Guidebook (EN)

- [Hello ZEP Script](/hello-zep-script.md)
- [ZEP Script Guide](/zep-script/zep-script-guide.md)
- [ZEP Script Development Guide](/zep-script/zep-script-guide/zep-script-development-guide.md): Updated 2022.08.01
- [JavaScript Development Tips](/zep-script/zep-script-guide/zep-script-development-guide/javascript-development-tips.md)
- [ZEP Script Deployment Guide](/zep-script/zep-script-guide/zep-script-development-guide/zep-script-deployment-guide.md): This document explains how to deploy an app created with ZEP Script.
- [TypeScript Development Tips](/zep-script/zep-script-guide/zep-script-development-guide/typescript-development-tips.md)
- [Explore ZEP Script](/zep-script/zep-script-guide/explore-zep-script.md)
- [Tutorials](/zep-script/zep-script-guide/explore-zep-script/tutorials.md)
- [Displaying a Message](/zep-script/zep-script-guide/explore-zep-script/tutorials/displaying-a-message.md): Displaying a Message - Hello world
- [Changing Avatar Image](/zep-script/zep-script-guide/explore-zep-script/tutorials/changing-avatar-image.md)
- [Using HTML](/zep-script/zep-script-guide/explore-zep-script/tutorials/using-html.md)
- [Communicating with an External API](/zep-script/zep-script-guide/explore-zep-script/tutorials/communicating-with-an-external-api.md)
- [Creating a 2-Second Stun Effect](/zep-script/zep-script-guide/explore-zep-script/tutorials/creating-a-2-second-stun-effect.md)
- [ZEP Script Example Code](/zep-script/zep-script-guide/explore-zep-script/zep-script-example-code.md)
- [Timer](/zep-script/zep-script-guide/explore-zep-script/zep-script-example-code/timer.md)
- [Zombie Game](/zep-script/zep-script-guide/explore-zep-script/zep-script-example-code/zombie-game.md)
- [Paintman Game](/zep-script/zep-script-guide/explore-zep-script/zep-script-example-code/paintman-game.md)
- [Hangul Quiz Game](/zep-script/zep-script-guide/explore-zep-script/zep-script-example-code/hangul-quiz-game.md)
- [Avoid Poop Game](/zep-script/zep-script-guide/explore-zep-script/zep-script-example-code/avoid-poop-game.md)
- [Boxing Game](/zep-script/zep-script-guide/explore-zep-script/zep-script-example-code/boxing-game.md)
- [Sidebar App](/zep-script/zep-script-guide/explore-zep-script/zep-script-example-code/sidebar-app.md)
- [Race](/zep-script/zep-script-guide/explore-zep-script/zep-script-example-code/race.md)
- [ZEP Script FAQ](/zep-script/zep-script-guide/zep-script-faq.md)
- [Appendix](/zep-script/zep-script-guide/appendix.md)
- [ZEP Script Use Cases](/zep-script/zep-script-guide/appendix/zep-script-use-cases.md)
- [Understanding Spaces and Maps](/zep-script/zep-script-guide/appendix/understanding-spaces-and-maps.md)
- [JavaScript Keycode List](/zep-script/zep-script-guide/appendix/javascript-keycode-list.md)
- [Understanding Sprite Sheets](/zep-script/zep-script-guide/appendix/understanding-sprite-sheets.md)
- [TileEffectType Detailed Explanation](/zep-script/zep-script-guide/appendix/tileeffecttype-detailed-explanation.md)
- [What are Reference Coordinates?](/zep-script/zep-script-guide/appendix/what-are-reference-coordinates.md)
- [Communicating with an External API](/zep-script/zep-script-guide/appendix/communicating-with-an-external-api.md)
- [How to Use URL Query Strings](/zep-script/zep-script-guide/appendix/how-to-use-url-query-strings.md)
- [How to Change the Mobile Interaction Button](/zep-script/zep-script-guide/appendix/how-to-change-the-mobile-interaction-button.md)
- [Grammar Available for Widgets](/zep-script/zep-script-guide/appendix/grammar-available-for-widgets.md)
- [Object Interaction with ZEP Script](/zep-script/zep-script-guide/appendix/object-interaction-with-zep-script.md)
- [Object npcProperty](/zep-script/zep-script-guide/appendix/object-npcproperty.md)
- [ZEP Script API](/zep-script/zep-script-api.md): This document provides guidance on the four classes that make up ZEP Script.
- [API Summary](/zep-script/zep-script-api/api-summary.md)
- [ScriptApp](/zep-script/zep-script-api/scriptapp.md)
- [Lifecycle](/zep-script/zep-script-api/scriptapp/lifecycle.md)
- [Field](/zep-script/zep-script-api/scriptapp/field.md)
- [Storage](/zep-script/zep-script-api/scriptapp/storage.md): App storage is where you keep the app data inside Spaces.
- [Event Listeners](/zep-script/zep-script-api/scriptapp/event-listeners.md)
- [Callbacks](/zep-script/zep-script-api/scriptapp/callbacks.md)
- [Methods](/zep-script/zep-script-api/scriptapp/methods.md)
- [ScriptMap](/zep-script/zep-script-api/scriptmap.md)
- [Field](/zep-script/zep-script-api/scriptmap/field.md)
- [Methods](/zep-script/zep-script-api/scriptmap/methods.md)
- [ScriptPlayer](/zep-script/zep-script-api/scriptplayer.md)
- [Field](/zep-script/zep-script-api/scriptplayer/field.md)
- [Methods](/zep-script/zep-script-api/scriptplayer/methods.md)
- [ScriptWidget](/zep-script/zep-script-api/scriptwidget.md)
- [Field](/zep-script/zep-script-api/scriptwidget/field.md)
- [Event Listeners](/zep-script/zep-script-api/scriptwidget/event-listeners.md)
- [Methods](/zep-script/zep-script-api/scriptwidget/methods.md)
