An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/dooml/crazy-stackers-ia

ai dlv2 game-solving java libgdx logic-programming optimization research-project

Last synced: over 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

## 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**:
```bash
git clone https://github.com/doomL/Crazy-Stackers-IA.git
```

2. **Build the project**:
```bash
./gradlew build
```

3. **Run the solver**:
```bash
java -jar build/libs/CrazyStackersIA.jar
```

## Example Screenshot
![alt text](https://github.com/Doominator96/Crazy-Stackers-IA/raw/master/Immagine.png "Crazy Stackers")