• v0.2.1 d962d9c5eb

    - Created new Player.tsx component to handle username input, auto-connect, matchmaking, and logout.

    aetos released this 2025-11-28 20:59:31 +00:00 | 31 commits to main since this release

    • Moved all login, session UI, mode selection, and matchmaking logic from TicTacToe.tsx into Player.tsx.
    • Added onMatchDataCallback prop support for Player component.
    • Cleaned up TicTacToe.tsx by removing duplicated login/matchmaking UI and connect logic.
    • Improved auto-connect on mount via Player.tsx.
    Downloads