1
- # TicTacToe-Using-MinMax
1
+ # 1. TicTacToe-Using-MinMax
2
2
3
3
## Description
4
4
@@ -24,4 +24,24 @@ No package needs to install
24
24
## Author(s)
25
25
26
26
[ Hritik Jaiswal] ( https://github.com/hritik5102 )
27
+ <hr >
27
28
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