https://github.com/wangle201210/tic-tac-toe
超级井字棋
https://github.com/wangle201210/tic-tac-toe
Last synced: 4 months ago
JSON representation
超级井字棋
- Host: GitHub
- URL: https://github.com/wangle201210/tic-tac-toe
- Owner: wangle201210
- Created: 2025-07-09T10:30:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-09T11:35:41.000Z (12 months ago)
- Last Synced: 2025-09-16T15:28:29.465Z (9 months ago)
- Language: Vue
- Size: 304 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-toe
超级井字棋
## 规则
双方轮流走棋,默认X先行,〇后行,先完成三子连线者获胜!
屏幕仅显示最新六子位置,其余自动消除,消除规则如下:
落第6子,第1子变暗;
落第7子,第1子消失,第2子变暗;
落第8子,第2子消失,第3子变暗;以此类推。
## 效果图
[体验地址](http://ttt.scyytc.com/)

## Project setup
```bash
pnpm install
# npm install
# yarn install
```
### Compiles and hot-reloads for development
```bash
npm run dev
```
### Compiles and minifies for production
```bash
npm run build
```
## Usage
```bash
git clone https://github.com/wangle201210/tic-tac-toe
cd tic-tac-toe
npm i
npm run dev
```