Skip to content

Commit ccccde8

Browse files
committed
Added readme
1 parent 9d84529 commit ccccde8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
This is a single player connect 4 game which used [Minimax algorithm](https://en.wikipedia.org/wiki/Minimax).
2+
3+
Dependancies:
4+
1. Pygame 2.1.2
5+
2. Numpy 1.23.1
6+
7+
Game Rules:
8+
9+
Four consecutive balls should match of the same colour horizontally, vertically or diagonally (either of both) just like tic-tac-toe.
10+
That's it now u r ready to play the game :)

0 commit comments

Comments
 (0)