Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 342 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 342 Bytes

Antikythera

My grandparents got me a logic puzzle for Christmas based on the Antikythera mechanism from ancient Greece. It seemed like the sort of problem one could solve with a computer.

Requirements

  • Python 3.10+
  • Poetry on path

Running

poetry shell
python main/main.py

Running tests

pytest .