doomL / Crazy-Stackers-IA

Crazy Stackers IA is an automatic solver for the Crazy Stackers game, created using the libGDX framework and leveraging the DLV2 logic programming system. This project aims to provide an efficient solution to the game using advanced AI techniques.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crazy Stackers IA

Crazy Stackers IA is an automatic solver for the Crazy Stackers game, created using the libGDX framework and leveraging the DLV2 logic programming system. This project aims to provide an efficient solution to the game using advanced AI techniques.

Features

  • Automated Solver: Utilizes DLV2 for solving Crazy Stackers puzzles.
  • libGDX Framework: Developed with libGDX for cross-platform compatibility and robust performance.
  • Java Implementation: Entirely written in Java.
  • Gradle Build: Uses Gradle for building and managing dependencies.

Getting Started

  1. Clone the repository:

    git clone https://github.com/doomL/Crazy-Stackers-IA.git
  2. Build the project:

    ./gradlew build
  3. Run the solver:

    java -jar build/libs/CrazyStackersIA.jar

Example Screenshot

alt text

About

Crazy Stackers IA is an automatic solver for the Crazy Stackers game, created using the libGDX framework and leveraging the DLV2 logic programming system. This project aims to provide an efficient solution to the game using advanced AI techniques.


Languages

Language:Java 100.0%