tictactoejs
provide a library like chess.js but for tic tac toe.. you can make your own GUI
@natewilcox/tic-tac-toe-server
The server-side application for a multiplayer Tic Tac Toe game. It manages game state, player interactions, and communicates with the client-side application.
@natewilcox/tic-tac-toe-shared
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.