# React三子棋 **Repository Path**: yhf7/ReactSanZiQi ## Basic Information - **Project Name**: React三子棋 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React三子棋 #### 介绍 跟着官网做的React小案例 #### 软件架构 React create-react-app #### 功能 - [x] 父子传值 - [x] 函数组件 - [x] 轮流落子 - [x] 判断胜负 - [x] 历史记录 - [x] 时间旅游 - 拓展 - [x] 历史记录中显示每部步棋子的坐标,格式(列号,行号) - [x] 历史记录当前选择项目变红 - [x] 循环渲染出棋盘中的格子 - [x] 添加升序降序按钮 - [x] 当有人获胜时获胜者三棋子变红高亮 - [x] 无人获胜时显示平局 #### 安装教程 1. git clone https://gitee.com/yhf7/ReactSanZiQi.git 2. yarn i (cnpm npm 等都可以) 3. yarn start