This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from spaceack/main
Tic_Tac_Toe_v1.0.0
- Loading branch information
Showing
5 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 九宫棋(Tic-Tac-Toe) | ||
|
||
## 介绍 | ||
九宫棋(井字棋),也被称为Tic-Tac-Toe,是一个简单但富有挑战性的经典策略游戏。游戏的目标是在一个3×3的网格上,通过放置棋子来形成一条直线,无论是水平的、垂直的还是对角线,率先完成的玩家即为胜者。 | ||
|
||
## 玩家回合: | ||
|
||
1. 按`空格键`开始 | ||
2. 按`上下左右`选择棋格 | ||
3. 按`空格键`落子 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
1.按`空格键`开始 | ||
2.按`上下左右`选择棋格 | ||
3.按`空格键`落子 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
九宫棋(Tic-Tac-Toe) |