A simple connect 4 game intended to put on practice our habilities to understand the basics of OOP in java, Our game stays true to the original rules, but we spiced things up during development. Instead of tokens, we went for a cool color change on the squares. It's simple, effective, and adds a fun twist to the gameplay.
Requirements for the software and other tools to build, test and push
Clone this repo to the directory of your choice
git clone https://github.com/PocketNugget/Connect-4-JavaFX.git
Compile the main file
javac Main.java
Run the main file
java main
-2 players
-7x6 squares board
-For each turn, a player places a piece of his color on the board. Wherever the checker is placed, it falls to the first available square.
-The winner is the player who manages to place 4 pieces horizontally, vertically or diagonally.
-If no player manages to place all 4 pieces on the board, the game ends in a draw.
- Contributor Covenant - Used for the Code of Conduct
- Creative Commons - Used to choose the license
- Goben Diego C.A.. - Jesus N.C. - Erick S.Z. -
This project is licensed under the CC0 1.0 Universal Creative Commons License - see the LICENSE.md file for details
- Juan Manuel Gonzalez Calleros (our teacher)
- Jose Luis Zechinelli Martini