-
Notifications
You must be signed in to change notification settings - Fork 0
Developers
Natsu edited this page Jun 7, 2024
·
4 revisions
Welcome to the developers wiki page. This is a comprehensive guide to how the game was developed, the frontend and backend architecture with flow diagrams and the corresponding logic with code snippets and links to files wherever necessary. This guide has the following pages:
-
Frontend UI describes the reusable components and the UI flow diagram
-
Frontend Logic describes the state machines controlling the game logic and websocket communication.
-
Backend Logic describes the apis, how the game rooms are created, the function handling websocket communication and
-
Challenges Faced describes the various challenges (like design, implementation, code) I faced when creating this game