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.

11 lines (10 loc) 295 B
<html> <head> <title>Tic-Tac-Toe</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="./public/css/style.css"> </head> <body> <script src="src/main.ts" type="module"></script> </body> </html>