A simple game of 3d connect4 in the terminal
- Run Connect4-3D.py
- Enter player names
- Take turns placing game pieces on the board
- First player to have 4 pieces on a line in any direction wins
To place a piece, type the coordinates for x and y, separated with "," i.e. 2,3. The piece will automatically fall to the lowest unoccupied space.
To play against the AI, simply type the name for player 2 as AI.