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

https://github.com/celiannourry/tents-and-trees-solver

Solver for Tents and Trees puzzle using logic and backtracking.
https://github.com/celiannourry/tents-and-trees-solver

board-game c solver

Last synced: 27 days ago
JSON representation

Solver for Tents and Trees puzzle using logic and backtracking.

Awesome Lists containing this project

README

        

# Tent and Trees Solver

## Author
Nourry Celian

## Description
Tent and Trees puzzle solver using logic and backtracking. Boards to solve are encoded in .pln files. To change the board you want to use, you must specify it in the source code. There is no interface on the current version, only a representatio of the board on the terminal.

## Modes
1. Play (Play a normal game of Tent and Trees.
2. Solve using logic (Solve without backtrack)
3. Solve using backtrack (Solve using logic and backtrack
- Fast mode (Instantly solves)
- Slow mode (1 second delay between each action of the program)

## Execution
- make run

## Cleaning
- make clean