ajaynegi33/Old-School-Game

Multi-player Tic-Tac-Toe Not Working After Deployment

開放

#1 建立於 2024年9月6日

 (1 則留言) (0 個反應) (1 位負責人)TypeScript (23 個分叉)auto 404
buggood first issuegssochacktoberfestlevel3status: ready for dev

倉庫指標

星標
 (17 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Description: The multi-player Tic-Tac-Toe game, located in the folder game/tic-tac-toe/multi-player, is not functioning correctly when deployed on Vercel. The game works fine on my local system but breaks after deployment.

Expected Behavior: The game should allow users to join, make moves, and determine a winner in real-time without issues.

Actual Behavior:

  • The game either does not start or fails to handle player moves after deployment on Vercel.

Environment:

  • Local System: Works as expected.
  • Vercel Deployment: Issue occurs.

Additional Information: Please check if there are any environment variable configurations, socket connection issues, or deployment settings that might differ between local and Vercel environments.

貢獻者指南