Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 666 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 666 Bytes

React TicTacToe

Project Setup

npm install

Compile and Hot-Reload for Development

npm run start

Compile and Minify for Production

npm run build

專案簡介

React_TicTacToe 是一個使用 React.js 构建的井字棋遊戲。該專案展示了 React 中的狀態管理和組件化的開發方式,適合初學者學習如何用 React 建立互動性網頁應用。

功能列表

  • 玩家 vs 玩家模式

  • 遊戲結果檢查(勝利或平局)

  • 遊戲歷史記錄(回溯功能)

  • 簡單直觀的用戶界面

    image