Two players take turns dropping colored discs into a vertical grid, aiming to connect four of their discs horizontally and vertically.
- Two-player Connect Four gameplay.
- Board representation and visualization.
- Turn handling and player input.
- Win detection logic.
- Clone this repository.
- Open a terminal in the project directory.
- Compile and run the program using your preferred Java compiler (e.g.,
javac Connect4.javaand thenjava Connect4).
Note: This is a basic implementation and may not include features like AI opponents or a graphical interface.
Feel free to contribute or extend this program!