# Weekly Update 06/11/2023

<figure><img src="/files/ZIqhIth7iTu8GxJlKcMD" alt=""><figcaption></figcaption></figure>

**Backend team**\
\&#xNAN;***By Austin***

* I finished the Achievement feature. Since key actions are tracked for the player’s progress, they’re now notified when an achievement has been reached and can claim it to get the reward.
* Fixed an issue with hero assignment to attacks + added the the listing.
* Now I’m starting to work on Ape machines, more on that next week !

***By Floffy***

* I’m working on a new feature: Quests. It basically works towards the same goal than achievements but are not built on the same logic -> even if they take their input on the player progress logs, there are a lot of quests and they can be re-done daily, weekly or monthly, whereas achievements are a one-time thing. I started by creating all the descriptors for the quests, and organize them so we can find them. Then I added some cumulative methods to help compute the results, and now I’m implementing the checking and claiming system.

**Join the Ape community**

**Play on iPhone:** [https://testflight.apple.com/join/VhdGSRMd](https://t.co/fLbGFbiiM1)\
**Play on Android:** [https://play.google.com/store/apps/detailsid=com.LeetGameStudio.MonkeyEmpire](https://t.co/fecY4jdPvW)\
**Linktree:**[ linktr.ee/monkey.empire](https://t.co/EGPb2u5hKX)\
**Website:**[ https://monkeyempire.net](https://monkeyempire.net/)\
**Whitepaper:** [https://monkeyempiredeeplgitbook.io/monkey-empire/](https://monkeyempire.gitbook.io/monkey-empire/) \
**Twitter:**[ https://twitter.com/monkeyempiree](https://twitter.com/monkeyempiree)\
**Discord:** [http://discord.gg/RGchaxczUB](https://discord.gg/C4kcPuQgWZ)\
**Telegram:** <https://t.me/monkeyempiree>\
**Quests:** <https://vu.fr/NlMC>


---

# 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://monkeyempire.gitbook.io/monkey-empire/dev-blog/weekly-update-06-11-2023.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.
