We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d84529 commit ccccde8Copy full SHA for ccccde8
Connect 4 with Minimax Algorithm/READme.md
@@ -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