# TicTacToe **Repository Path**: aring1998/tic-tac-toe ## Basic Information - **Project Name**: TicTacToe - **Description**: 前端三剑客+Express.js开发的全栈Web项目,通过WebSocket协议实现在线对战的井字游戏 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-24 - **Last Updated**: 2025-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs, 游戏, WebSocket ## README # 🔳井字游戏 ## 🍻[在线试玩](http://aring.cc/tic-tac-toe) ## 📖介绍 **原生JS+Node.js**开发的全栈Web项目,通过WebSocket协议实现在线对战的井字游戏 ## 📃目录结构 ``` root ├── backend # 后端部分 └── frontend # 前端部分 ```