# ZEP Script 예제 코드

## 타이머

***

ZEP에서 동작하는 타이머를 만들 수 있습니다.

개인의 개발 스타일에 맞게 수정해서 사용할 수 있습니다.

:alarm\_clock: [<mark style="color:purple;">**타이머 예제**</mark>](/creator/tutor/sample/timer.md)

## 방탈출 타이머

***

방탈출 스페이스에서 동작하는 타이머를 만들 수 있습니다.

필수 지정 영역을 적용해서 방탈출 타이머를 만들어보세요

:clock1: [<mark style="color:purple;">**방탈출 타이머 예제**</mark>](/creator/tutor/sample/escapetimer.md)

## 사이드바 앱

***

사이드바 앱은 PC 좌측 사이드바에 아이콘으로 표시되는 형태의 앱 입니다.

다음 예제를 개인의 개발 스타일에 맞게 수정해 사이드바 앱을 개발하실 수 있습니다..

:left\_facing\_fist: [<mark style="color:purple;">**사이드바 앱 예제**</mark>](/creator/tutor/sample/sidebarapp.md)

## 좀비 게임

***

\[하단바] > \[미디어 추가] > \[미니게임]에서 실제로 작동하는 좀비 게임 스크립트입니다.

개인의 개발 스타일에 맞게 수정해서 사용할 수 있습니다.

:zombie: [<mark style="color:purple;">**좀비게임 예제**</mark>](/creator/tutor/sample/zombie.md)

## 페인트맨 게임

***

\[하단바] > \[미디어 추가] > \[미니게임]에서 실제로 작동하는 페인트맨 게임 스크립트입니다.

개인의 개발 스타일에 맞게 수정해서 사용할 수 있습니다.

:art: [<mark style="color:purple;">**페인트맨 게임 예제**</mark>](/creator/tutor/sample/paintman.md)

## 초성 퀴즈

***

\[하단바] > \[미디어 추가] > \[미니게임]에서 실제로 작동하는 초성 퀴즈 스크립트입니다.

개인의 개발 스타일에 맞게 수정해서 사용할 수 있습니다.

:woman\_gesturing\_ok: [<mark style="color:purple;">**초성 퀴즈 예제**</mark>](/creator/tutor/sample/wordquiz.md)

## 똥피하기 게임

***

\[하단바] > \[미디어 추가] > \[미니게임]에서 실제로 작동하는 똥피하기 게임 스크립트입니다.

개인의 개발 스타일에 맞게 수정해서 사용할 수 있습니다.

:poop: [<mark style="color:purple;">**똥피하기 게임 예제**</mark>](/creator/tutor/sample/avoidpoop.md)

## 결투 게임

***

\[하단바] > \[미디어 추가] > \[미니게임]에서 실제로 작동하는 결투 게임 스크립트입니다.

개인의 개발 스타일에 맞게 수정해서 사용할 수 있습니다.

:boxing\_glove: [<mark style="color:purple;">**결투 게임 예제**</mark>](/creator/tutor/sample/boxing.md)

## 달리기

***

\[하단바] > \[미디어 추가] > \[미니게임]에서 실제로 작동하는 달리기 게임 스크립트입니다.

개인의 개발 스타일에 맞게 수정해서 사용할 수 있습니다.

:person\_running: [<mark style="color:purple;">**달리기 예제**</mark>](/creator/tutor/sample/running.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-kr.zep.us/creator/tutor/sample.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
