Quentin is a drawless connection game for two players: Black and White. It's played on the intersections (points) of a square board, which is initially empty. The top and bottom edges of the board are colored black; the left and right edges are colored white. Luis Bolaños Mures designed Quentin in April, 2012.
- Play as either Black or White.
- Simple rules with deep strategic gameplay.
- Designed to run on any platform with Java.
For detailed instructions on how to play Quentin, refer to the Instructions File.
- Ensure you have Java 17 or higher installed.
- Install Gradle or use the Gradle wrapper provided in the project.
-
Clone the repository:
git clone https://github.com/yourusername/quentin.git cd quentin
-
Build the project:
./gradlew build
Run the application using Gradle:
./gradlew run
To uninstall Quentin, simply delete the cloned repository:
rm -rf quentin