A Simple Tic Tac Toe supporting both PVP(local) and PVE, built by Unity3D.
一款使用Unity3D制作的简单井字棋,可支持PVP(本地)与PVE模式。
P.S. 分辨率目前仅为800*600
- Basic Tic tac toe / 基本井字棋
- VS AI / 对战AI
- Scoring / 计分
- Restart / 重开
点此进入发布页面 下载压缩包并解压运行游戏"Tictactoe"
或下载repo中的zip文件解压并运行
- @linnndenz for MinMax Algorithm and Auxiliary Logics.
- @StarashZero for Overall Framework and Design.