Skip to content

thejchap/clue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clue

overview

clue sat solver with a simple API

usage

api

make server
open http://localhost:8000/docs

cli

todo. currently just takes an existing game id and prints notepad

➜  clue git:(main) python main.py notepad ea3aea32-00b6-43c7-9d67-da8adf23147a
              file  scarlett green mustard plum peacock white
scarlett         -         0     -       -    -       -     -
green            -         0     -       -    -       -     -
mustard          -         0     -       -    -       -     -
plum             -         0     -       -    -       -     -
peacock          -         0     -       -    -       -     -
white            -         0     0       0    -       -     -
candlestick      -         0     -       -    -       -     -
dagger           0         1     0       0    0       0     0
pipe             -         0     0       0    -       -     -
revolver         -         0     -       -    -       -     -
rope             -         0     -       -    -       -     -
wrench           -         0     -       -    -       -     -
kitchen          0         1     0       0    0       0     0
ballroom         -         0     -       -    -       -     -
conservatory     -         0     -       -    -       -     -
dining_room      -         0     -       -    -       -     -
cellar           -         0     -       -    -       -     -
billiard_room    -         0     -       -    -       -     -
library          -         0     -       -    -       -     -
lounge           -         0     -       -    -       -     -
hall             -         0     0       0    -       -     -
study            -         0     -       -    -       -     -

sources

Releases

No releases published

Packages

No packages published