Two players compete, using 64 identical game pieces ("disks") that are light on one side and dark on the other. Each player chooses one color to use throughout the game. Players take turns placing one disk on an empty square, with their assigned color facing up. After a play is made, any disks of the opponent's color that lie in a straight line bounded by the one just played and another one in the current player's color are turned over. When all playable empty squares are filled, the player with more disks showing in their own color wins the game
Choose your move , then the bot will make its move and finally you can see the results on results page.
- Install VSCode.
- Then
pip install numpy
,pip install flask
,pip install flask_cors
(use pip3 if that's the version available). - Run
App.js
(usingnpm start
)simultaneously withapi.py
. - Now , you are ready to play :)