Using Python multiprocessing to optimize a problem
A step by step guide to use Python multiprocessing, to optimize existing game solving algorithm
Nov 21, 202213 min read477

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
A step by step guide to use Python multiprocessing, to optimize existing game solving algorithm

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

We use the Python Turtle module to create the "Figure" puzzle game
