Skip to content

a game invented by Luis Bolaños Mures, developed in java for the undergraduate software-development methods exam

License

Notifications You must be signed in to change notification settings

Gabriele-tomai00/Quentin-game

Repository files navigation

Java Gradle JavaFX

Quentin

Java CI with Gradle Qodana

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.


Features

  • Play as either Black or White.
  • Simple rules with deep strategic gameplay.
  • Designed to run on any platform with Java.

Demo

Instructions

For detailed instructions on how to play Quentin, refer to the Instructions File.


Installation

Prerequisites

  1. Ensure you have Java 17 or higher installed.
  2. Install Gradle or use the Gradle wrapper provided in the project.

Steps

  1. Clone the repository:

    git clone https://github.com/yourusername/quentin.git
    cd quentin
  2. Build the project:

    ./gradlew build

If you already have Gradle installed you might need to run gradle wrapper before build.

Execution

Run the application using Gradle:

./gradlew run

Uninstalling

To uninstall Quentin, simply delete the cloned repository:

rm -rf quentin

About

a game invented by Luis Bolaños Mures, developed in java for the undergraduate software-development methods exam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published