Welcome to the Connect4 game client-side repository! This project is developed using Java and JavaFX to provide an interactive game interface for two players. The game allows players to compete against each other, with the server acting as the judge to determine the winner.
Feel free to check out the Connect4 Game - Server Side repository to explore the server-side logic of the game project in Spring Boot. Enjoy using it!
- Clone the Repository:
git clone https://github.com/Abdelkader-gnichi/Connect4-Client-Java-JavaFx.git
-
Connect to the Server:
- Make sure the Connect4 game server is running.
-
Open the project in your preferred Java IDE:
- Build and run the project.
-
Run the Client:
- Enjoy playing the Connect4 game with another player!
- Players: The game involves two players, referred to as Player 1 and Player 2 in the game interface.
- Colors: Each player is assigned a distinct color, with Player 1 represented by red and Player 2 by black.
- Gameplay: Players take turns making moves, and the server determines the winner based on the game's rules.
- Reset: Players can initiate a new game by clicking the reset button on their client interface.
- Exit: Clicking the exit button marks the player as a loser, and the server tracks this information.
This project was developed by Abdelkader Gnichi.
Feel free to open an issue if you encounter any problems or if you have suggestions for improvement. Thank you for your interest in this project!