UNPKG

@natewilcox/tic-tac-toe-client

Version:

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.

17 lines (16 loc) 262 B
canvas { position: static; width: auto; height: auto; display: block; margin: 0 auto; } @media (max-width: 768px ) { canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } }