> For the complete documentation index, see [llms.txt](https://docs.rhecanyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rhecanyx.com/games/zozo/how-to-play.md).

# How to play?

## How to Play Zozo

This guide provides instructions and tips for all the games available in the Fungman application.

### General Icons

* **Heart:** Shows your remaining attempts in the game. You can get extra lives by watching ads.
* **Star:** Shows your current level or score.
* **Clock:** Shows your remaining time. You can get extra time by watching ads.
* **Lightbulb:** Helps you when you're stuck in the game. You can get hints by watching ads.

### Game Types

#### Classic Games

Classic games offer traditional rules and usually single-player experiences. These games allow you to have fun while exercising your mind.

#### Time Challenge Games

Time challenge games are games where you try to achieve the highest score within a certain time limit. These games test your quick thinking and decision-making skills.

### Game Rules

#### Hangman

Classic hangman game. Try to find the word in the given category by guessing letters one by one before the man is hanged.

#### Wordle

Try to find the target word in 5 attempts. After each guess, the colors of the letters will give you clues: Green (correct letter, correct place), Yellow (correct letter, wrong place), Gray (wrong letter).

#### Sudoku

Fill the 9x9 grid using numbers or colors. In each row, column, and 3x3 box, numbers from 1 to 9 or different colors can be used only once.

#### Word Search

Find hidden words in the letter table. Words can be horizontal or vertical. Slide your finger over the letters to find the word.

#### Cryptogram

Try to solve a famous quote where each letter is encrypted with another letter. Each number represents the same encrypted letter. Break the code by placing the correct letters.

#### Crossword

Place the given words into the crossword puzzle table by utilizing intersecting letters. Tap on the boxes to select the word and enter letters from the keyboard.

#### Fast Game

Type words that come to mind quickly before time runs out. The goal is to find as many words as possible in the shortest time.

#### Word Guess

Guess which word is formed from the given scrambled letters.

#### Word Chain

Try to create the longest chain by forming a new word starting with the last letter of the previous word. Race against time!

#### Mixed Letters

Arrange the given scrambled letters in the correct order to form a meaningful word. You can form the word by tapping on the letters.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rhecanyx.com/games/zozo/how-to-play.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
