added first draft new pickaxe try

This commit is contained in:
2023-07-17 14:14:46 +02:00
parent 2d46fd65b9
commit 5cd1d63fc8
9 changed files with 491 additions and 11 deletions

View File

@@ -86,7 +86,7 @@ class Sodoku(GameBase):
#cv.waitKey(150)
#continue
data_coords = np.zeros((9, 9), dtype=object)
# field = Field()
# field = Pickaxe_Field()
for needle_key in self.needles.keys():
# gray_needle = cv.cvtColor(self.needles[needle_key], cv.COLOR_BGR2GRAY)
# thresh_needle = cv.threshold(gray_needle, 0, 255, cv.THRESH_BINARY_INV + cv.THRESH_OTSU)[1]