> 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/05-26-2024.md).

# 05/26/2024

**Frontend:**

* Implemented a Game History viewer, every game is recorded
* Implemented a live websocket stream, so you can view how many Battle Rooms are currenlty open

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

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

**Backend:**

* The Game logic was fully rewritten to the server side, the whole game state is managed by the server now
* Implemented a game history record in the database
* Additional tests were implemented

**Game Development:**

* Rules and Controls Manual

![](/files/ITjz9UFjWDrhoemuEjq1)

* Bugfixing
* Sound integration

**Upcoming**:

* Further Battleship Bugfixing and stability tests
* Pre-Alpha phase with selected users to collect first feedback on the game and UX flow.
* Timers for Battleship and the Server
* Touch controls for mobile devices
