A shared library for a multiplayer Tic Tac Toe game, providing common components and utilities used by both the client-side and server-side applications.
The server-side application for a multiplayer Tic Tac Toe game. It manages game state, player interactions, and communicates with the client-side application.
The client-side application for a multiplayer Tic Tac Toe game, built with Phaser. It communicates with a server to manage game state and player interactions.