Creating a puzzle game using Python Turtle module
We use the Python Turtle module to create the "Figure" puzzle game
Nov 9, 202214 min read722

Search for a command to run...

Series
We'll be creating a clickable tiles puzzle game using Python Turtle module. This series is divided into 3 parts: 1) Create puzzles, 2) Find solution to puzzles, 3) Use multiprocessing for optimization
We use the Python Turtle module to create the "Figure" puzzle game

A step by step guide to create the algorithm, and find the minimum number of moves needed to solve the tiles puzzle using Python

A step by step guide to use Python multiprocessing, to optimize existing game solving algorithm
