From f04280131bc8a912dffe344b6b5c6f0d74681ab9 Mon Sep 17 00:00:00 2001 From: bthink Date: Mon, 22 Jun 2026 13:57:14 +0200 Subject: forgot to delete example after creating separate example.py --- gothpick.py | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'gothpick.py') diff --git a/gothpick.py b/gothpick.py index 056514a..764dbb9 100644 --- a/gothpick.py +++ b/gothpick.py @@ -136,32 +136,6 @@ def RunWithConsoleInput(): -''' -# example -# scatty's chest in his house -numOfBlocks = 5 -numOfPins = 7 -initialPositions = { -0:6, -1:3, -2:2, -3:1, -4:7 -} - -edges = { -0:[(1,0),(1,3)], -1:[(1,1),(1,4)], -2:[(1,2),(-1,4)], -3:[(1,3),(-1,4),(-1,2),(1,1)], -4:[(1,4)] -} - -solvedpath = lockpick(numOfBlocks,numOfPins,initialPositions,edges) -TranslateResults(solvedpath,False) -PrintInput(initialPositions,edges) -#''' - if __name__ == "__main__": print("Gothic 1 Remake - lockpick help") print("_______________________________") -- cgit v1.2.3