A local Connect 4 on your terminal is now available in python!
1. The game is played on a grid that's 7 squares by 6 squares.
2. You are O, your friend is X. Players take turns putting their marks in empty squares.
3. The first player to get 4 of her marks in a row (up, down, across, or diagonally) is the winner.
4. When all 42 squares are full, the game ends in a tie.
To clone this project, write this command:
git clone git@github.com:s1mpleTEK/Connect4.py.git
For start the game write in Connect4.py repository:
./Connect4
- José Rodrigues, EPITECH 2024