Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 517 Bytes

File metadata and controls

3 lines (2 loc) · 517 Bytes

This tutorial presents a decoupled architecture for a real-time interactive game. It leverages Apache Kafka for asynchronous communication between a Telnet server and a game engine. Player location and inventory are persisted in a MySQL database, allowing players to leave and return to their last saved state. The project is an excellent exercise in building distributed, real-time systems.

For a thorough explanation, please visit - https://jonathanpatton.com/2025/06/07/confluent-and-python-mud-game-tutorial/