# Current Development

| Development Item                                                                 | Status                                                                           |
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| <mark style="color:purple;">**Unlocked Books**</mark>                            | <mark style="color:green;">**Done!!!**</mark>                                    |
| Design the logic and game mechanics                                              | <mark style="color:green;">**Done**</mark>                                       |
| Create the initial game art                                                      | <mark style="color:green;">**Done**</mark>                                       |
| Generate all the NFT art                                                         | <mark style="color:green;">**Done**</mark>                                       |
| Generate all the NFT metadata                                                    | <mark style="color:green;">**Done**</mark>                                       |
| Pin the NFT Art to IPFS                                                          | <mark style="color:green;">**Done**</mark>                                       |
| Modify the Metadata for Pinning                                                  | <mark style="color:green;">**Done**</mark>                                       |
| Pin the metadata to IPFS                                                         | <mark style="color:green;">**Done**</mark>                                       |
| Create the "Unlock" Command                                                      | <mark style="color:green;">**Done**</mark>                                       |
| Refine Unlock command                                                            | <mark style="color:green;">**Done**</mark>                                       |
| Test Unlock                                                                      | <mark style="color:green;">**Done**</mark>                                       |
| Deploy Unlock                                                                    | <mark style="color:green;">**Done**</mark>                                       |
| Make Announcement                                                                | <mark style="color:green;">**Done**</mark>                                       |
| <mark style="color:purple;">**-----------------------------------------**</mark> | <mark style="color:purple;">**-----------------------------------------**</mark> |
| <mark style="color:purple;">**Spells**</mark>                                    |                                                                                  |
| Build out /cast function                                                         | <mark style="color:green;">**Done**</mark>                                       |
| Build out Spells schema                                                          | <mark style="color:green;">**Done**</mark>                                       |
| Build level 1 spell for each element                                             | <mark style="color:green;">**Done**</mark>                                       |
| Build second levels                                                              | <mark style="color:blue;">**In Progress**</mark>                                 |
| Build third levels                                                               |                                                                                  |
| Build Fourth levels                                                              |                                                                                  |
| Build fifth levels                                                               |                                                                                  |
| Build sixth levels                                                               |                                                                                  |
| <mark style="color:purple;">**Explore v2**</mark>                                |                                                                                  |
| Create updated Explore command                                                   | <mark style="color:green;">**Done**</mark>                                       |
| Refine new explore code                                                          | <mark style="color:blue;">**In Progress**</mark>                                 |
| Test code                                                                        |                                                                                  |
| Deploy to game                                                                   |                                                                                  |
| Make Announcement                                                                |                                                                                  |
| <mark style="color:purple;">**-----------------------------------------**</mark> | <mark style="color:purple;">**-----------------------------------------**</mark> |
| <mark style="color:purple;">**Enhancements / Bugs**</mark>                       |                                                                                  |
| Reduce Hunt time and scale winning appropriately                                 | <mark style="color:blue;">**In Progress**</mark>                                 |
| Implement Big Green Button on Website                                            | <mark style="color:blue;">**In Progress**</mark>                                 |
| <mark style="color:purple;">**-----------------------------------------**</mark> | <mark style="color:purple;">**-----------------------------------------**</mark> |
| <mark style="color:purple;">**Mint of DooM**</mark>                              |                                                                                  |
| Make changes to Smart Contract                                                   | <mark style="color:blue;">**In Progress**</mark>                                 |
| Test Smart Contract                                                              |                                                                                  |
| Deploy Smart Contract                                                            |                                                                                  |
| Work on Story Line                                                               | <mark style="color:blue;">**In Progress**</mark>                                 |
| Phobos Portal Mechanics                                                          | <mark style="color:blue;">**In Progress**</mark>                                 |
| Create Demon Art                                                                 |                                                                                  |
| Create Demon NFTs                                                                |                                                                                  |
| Create Demon NFT Metadata                                                        |                                                                                  |
| Pin Demon NFTs to IPFS                                                           |                                                                                  |
| Pin Demon NFT Metadata to IPFS                                                   |                                                                                  |
| Create DooM artifact art                                                         |                                                                                  |
| Create Artifact NFTs                                                             |                                                                                  |
| Create Artifact NFT Metadata                                                     |                                                                                  |
| Pin Artifact NFTs to IPFS                                                        |                                                                                  |
| Pin Artifact NFTs Metadata to IPFS                                               |                                                                                  |


---

# 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://whitepaper.mintofdestiny.xyz/behind-the-scenes/current-development.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.
