> For the complete documentation index, see [llms.txt](https://docs.pyreplay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pyreplay.com/development/bi-weekly-dev-updates/04-14-2024.md).

# 04/14/2024

**Frontend:**

* Global & Anonymous (if you wish so) chat system implemented
* Live Stats visual enhancement
* Base Lobby system
* Discord Emojis & Telegram/Whatsapp Sticker packs<br>

<figure><img src="/files/nrdMMVFduap3DhW76eJW" alt=""><figcaption><p>Live chat with all connected clients</p></figcaption></figure>

<figure><img src="/files/RUOhF4Gcnru3GxyBMWqj" alt=""><figcaption><p>Lobby system Layout</p></figcaption></figure>

<figure><img src="/files/wUYvodMFbuFCuvU90t40" alt=""><figcaption><p>Live Stats</p></figcaption></figure>

<div><figure><img src="/files/7sqeC4iaBbu4AA1tUFsl" alt=""><figcaption></figcaption></figure> <figure><img src="/files/FEeWOc4SPv58Xd5vcdm3" alt=""><figcaption></figcaption></figure> <figure><img src="/files/GXi1QQECeJ0aP0yvyvaH" alt=""><figcaption></figcaption></figure> <figure><img src="/files/injY6Glf1gOXF3MrhLwX" alt=""><figcaption></figcaption></figure> <figure><img src="/files/3c0dFpPFHikEGs4rsRXE" alt=""><figcaption></figcaption></figure> <figure><img src="/files/N3zq2ATOqyPCrI4jmRYC" alt=""><figcaption></figcaption></figure> <figure><img src="/files/EP0KzSpNkO699qStjp50" alt=""><figcaption></figcaption></figure> <figure><img src="/files/fMUpdPCQkzTbZGPRlnc3" alt=""><figcaption></figcaption></figure> <figure><img src="/files/6bRnyFeoCicwQuUMlcpM" alt=""><figcaption></figcaption></figure> <figure><img src="/files/kPORohf4pl36XjiLw1LH" alt=""><figcaption></figcaption></figure> <figure><img src="/files/5ZMuGJqa6TK1h9YTSGbi" alt=""><figcaption></figcaption></figure></div>

**Backend:**

* Chat Database
* Colyseus Matchmaking integration in progress
* Live Stats Websocket stream refined
* Core Lobby system (needs to be revised to make it more efficient)

**Upcoming:**

* Account Settings Page (Ability to change profile picture, display name, etc.)
* Start of Game Development (Battleship)
* 100% Test coverage for all currently existing endpoints (you will see no 'new' features here, but it's really important to thoroughly automatically test every single interaction endpoint)&#x20;


---

# 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.pyreplay.com/development/bi-weekly-dev-updates/04-14-2024.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.
