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