UNPKG

@natewilcox/tic-tac-toe-shared

Version:

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.

9 lines (8 loc) 169 B
export declare enum ServerMessages { SendMessage = 0, MoveMade = 1, Restart = 2, SetPublicKey = 3, addSubscription = 4, removeSubscription = 5 }