Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.11 KB

Untangle

Untangle game with pygame

alt text alt text alt text

Currently all texts goes to console, so run it from commandline.


python untangle.py -h

usage: untangle.py [-h] [nodes] [animation]

positional arguments:
  nodes       Ammount of nodes (>3)
  animation   Show puzzle build (bool | n | y)

optional arguments:
  -h, --help  show this help message and exit

python untangle.py 30

Keys:
  LMB drag to move a node
  RMB to mark / unmark a node
  ESC to exit
  Space to move all nodes closer to each other
Have fun with a game of Untangle

alt text alt text alt text