Rajeev R. Sharma
👋 <BitsOfCode/>

👋 <BitsOfCode/>

Follow
Series

Create a puzzle game using Python Turtle

We'll be creating a clickable tiles puzzle game using Python Turtle module. This series is divided into 2 parts: Learn to create the game Use multiprocessing to find a solution of the puzzle

Articles in this series

Creating a puzzle game using Python Turtle module

Nov 9, 202213 min read 434 views

We use the Python Turtle module to create the "Figure" puzzle game · To read the second and the final installment of this series, please visit this...

Creating a puzzle game using Python Turtle module
Solving the turtle tiles puzzle game using Python
Using Python multiprocessing to optimize a problem