> For the complete documentation index, see [llms.txt](https://chebu-lucky.gitbook.io/chebu-lucky/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chebu-lucky.gitbook.io/chebu-lucky/gameplay/general-overview.md).

# General Overview

**Gameplay Overview**\
The core gameplay of Chebu Lucky is a 2D platformer. Players will take control of Chebu, the main protagonist, and traverse a variety of levels, each with unique challenges and obstacles. Players must navigate their way to the end of each level, while avoiding enemies and deadly traps. As they progress, players will come across collectable keys that can be used to purchase special loot boxes.

**Enemies**\
The main enemy in Chebu Lucky is Lady S, a grumpy woman that throws hats at players in order to slow down their progress. Players must be quick and agile in order to avoid being hit by the hats, while still managing to reach the end of the level.

**Killer Feature**\
The Tamagotchi-like room of Chebu is a special feature in Chebu Lucky that allows players to customize the appearance of their character, Chebu, with various clothing and accessories. Players can choose from a wide variety of options, including hats, shirts, pants, shoes, and other accessories.

What makes this feature unique is that the clothing and accessories available in the Tamagotchi-like room are NFTs, or non-fungible tokens. This means that each item is unique and cannot be replicated or duplicated. These NFTs can be purchased with in-game currency, earned through move to earn mechanics or daily quests, or with real-world money through a marketplace system.

By customizing their character with unique and rare NFTs, players can make Chebu their own and stand out from other players. This adds an extra layer of immersion to the game, as players can express their creativity and personality through their character's appearance.

**Upgrades**\
Throughout the game, players will be able to upgrade their Chebu with a variety of skills and abilities. These upgrades include increased strength, speed, size, damage, and a cloak of invisibility. Additionally, players will also be able to gather resources at a quicker rate due to an upgrade that doubles the rate at which resources can be gathered.&#x20;

**AI**\
In Chebu Lucky, players will be introduced to Croc G, who will serve as Chebu's guardian and mentor. Croc G will be located in a separate room within the game and can be contacted by Chebu at any time.

The interaction between Chebu and Croc G will be implemented through the ChatGPT3 API, which will allow players to engage in a text chat or speech synthesis and recognition with Croc G. This means that players will be able to ask Croc G for advice or guidance on how to progress through the game, and Croc G will respond with helpful tips and information.

The addition of Croc G as a mentor and the integration of the ChatGPT3 API will enhance the overall gameplay experience for players, as they will have access to an AI-powered assistant who can provide valuable insights and assistance when needed. This feature will also add an extra layer of immersion to the game, as players will feel as though they are interacting with a real mentor who is invested in their success within the game.<br>

**Move-to-Earn**

One of the unique features of Chebu Lucky is the move-to-earn mechanics. This allows players to earn in-game currency simply by walking and performing certain actions in the game.

The $Orange earned through walk to earn can then be used to purchase various items within the game, such as power-ups, resources, and special loot boxes. These loot boxes contain rare and unique items that cannot be obtained through regular gameplay, making them highly desirable to players.

To encourage players to participate in move-to-earn, Chebu Lucky will feature a leaderboard system that displays the top earners in the game. Players can compete with each other for the top spot on the leaderboard, which can provide bragging rights and additional rewards in $Orange.

**Additional Features**\
In addition to the core gameplay, Chebu Lucky will feature daily quests that players can complete in order to earn extra rewards. For example, a daily quest might require players to collect 500 Oranges in a certain amount of time. Also the game will feature token buying boosts that will give players an extra edge in battle.

<br>

<br>


---

# 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://chebu-lucky.gitbook.io/chebu-lucky/gameplay/general-overview.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.
