This project is a multi-agent mystic-square game solver. Each tile is autonomous and try to reach its final destination. Agents can:
- Move if the destination cell is empty (white)
- Request other tiles to move if they block them
This project uses Nix with flakes enabled as environment manager.
Assuming you are at mystic-square
root.
python src/main.py