A multiplayer Tic Tac Toe game with simultaneous play mechanics, built with React.js and Node.js.
For detailed information about the project, please review:
- PROJECT_REVIEW.md — Game rules and architecture overview
- CHANGELOG.md — Game changes logged in a typical changelog format
Requires Node.js 18+ (latest LTS recommended)
cd react_ws_src
npm install
npm startThen visit http://localhost:3000
cd ws
npm install
npm startThen visit http://localhost:3001 in two separate browser windows.