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

alexisjapas/mystic-square

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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