Untangle game with pygame
Currently all texts goes to console, so run it from commandline.
python untangle.py -h
usage: untangle.py [-h] [nodes] [animation] [difficulty] optional arguments: -h, --help show this help message and exit nodes Ammount of nodes (>3) animation Show puzzle build (bool | n | y) difficulty Puzzle difficulty (easy | normal | hard) python untangle.py 30
Keys: LMB drag to move a node RMB drag to move all nodes RMB to mark / unmark a node Wheel to zoom ESC to exit Space to move all nodes closer to each other Have fun with a game of Untangle 

