# Weekly Update 25/09/2023

**Backend team**

***By Austin:***

* Started the work on the Heroes feature (Basically the Heroes are special characters that will help leading a village’s troops to battle, while enhancing their capabilities. You can pick random Hero Cards daily, that will help you build your heroes or get more xp, skills etc… for them). I started by implementing the descriptors for all 160+ Heroes that will be available.
* Then I added the various base features around hero, like the Hero hall (a building where the Hero Cards will be picked), and the opening of the card itself.
* Next step will be to use the cards and create the Heroes.

***By Floffy:***

* Worked on adapting our first Tesnet implementation. I added internal links directly between the wallet and the village, which will help the users see their recently transferred MKCs directly in their village’s MKC count. Next step will be to connect it to the Arbitrum testnet that we’ll be using for the production, so it can be plugged into the frontend easily.
* Started working on a User-centric api written in Golang. This is still in the very early stage of testing but this might be used as our Matchmaking Server later-on, when we’ll start implementing multiple game servers (rooms with its own map and players). Golang is being tested here, as opposed to our Node.js stack , because it has features that will be very useful for the user api, due to its speed and safety attributes. For those interested to know a bit more, Go is a language that has been developed by Google engineers and is still a pretty “recent” language, but is inspired mainly by C and is open source.
* Started working on the Clan Castle feature. The Clan Castle will be a new tile on the map, representing the “HQ” of a clan. Troops and resources will be available in the castle, and battles can be engaged to and from it !

**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-25-09-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.
