Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 739 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 739 Bytes

mystic-square

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

Project screenshot

Installation

This project uses Nix with flakes enabled as environment manager.

Usage

Assuming you are at mystic-square root.

python src/main.py

This project is part of my engineering school curriculum

CYTech logo