Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0d84e99

Browse files
+ Update README for tictactoe
1 parent 0bead20 commit 0d84e99

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

‎Tictactoe-Using-Minmax/README.md‎

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TicTacToe-Using-MinMax
1+
# 1. TicTacToe-Using-MinMax
22

33
## Description
44

@@ -24,4 +24,24 @@ No package needs to install
2424
## Author(s)
2525

2626
[Hritik Jaiswal](https://github.com/hritik5102)
27+
<hr>
2728

29+
# 2. TicTacToe-Using-GUI <img src="https://img.icons8.com/ios-filled/48/000000/controller.png"/>
30+
31+
## Description
32+
1. The game is played on a grid that's 3 squares by 3 squares.
33+
2. You are X, your friend (or the computer in this case) is O.
34+
3. Players take turns putting their marks in empty squares.
35+
4. The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner.
36+
5. When all 9 squares are full, the game is over.
37+
38+
## Prerequisites
39+
1. [Python Basics](https://github.com/Lakhankumawat/LearnPython)
40+
2. [Pygame Library](https://pypi.org/project/pygame/)
41+
3. [Numpy](https://numpy.org/install/)
42+
43+
## Output
44+
[![download.png](https://i.postimg.cc/wTqFc4gT/download.png)](https://postimg.cc/WtyMsndQ)
45+
46+
## Author
47+
[Lakhan Kumawat](https://github.com/Lakhankumawat)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /