# ZEP Script Example Code

## Timer

You can create a timer that works in ZEP. You can modify it to fit your personal development style and use it in ZEP.

## Zombie Game

This is a working Zombie Game script that can be run from the \[Side Bar] > \[Mini-Game] menu. You can modify it to fit your personal development style and use it.

## Paintman Game

This is a working Paintman Game script that can be run from the \[Side Bar] > \[Mini-Game] menu. You can modify it to fit your personal development style and use it.

## Hangul Quiz Game

This is a working Hangul Quiz Game script that can be run from the \[Side Bar] > \[Mini-Game] menu. You can modify it to fit your personal development style and use it.

## Avoid Poop Game

This is a working Avoid Poop Game script that can be run from the \[Side Bar] > \[Mini-Game] menu. You can modify it to fit your personal development style and use it.

## Boxing Game

This is a working Duel Game script that can be run from the \[Side Bar] > \[Mini-Game] menu. You can modify it to fit your personal development style and use it.

## Sidebar App

A sidebar app is an app that is displayed as an icon on the PC’s left side of the screen.

Using the examples provided below, you can create your sidebar app to match your personal developer needs.

### Race

This is a working Race Game script that can be run from the \[Side Bar] > \[Mini-Game] menu. You can modify it to fit your personal development style and use it.<br>


---

# 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.zep.us/zep-script/zep-script-guide/explore-zep-script/zep-script-example-code.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.
