Rajeev R. Sharma
๐Ÿ‘‹ Bits of code

๐Ÿ‘‹ Bits of code

Follow
homeGame w/ Pythonbadgesnewsletter
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 3 parts: 1) Create puzzles, 2) Find solution to puzzles, 3) Use multiprocessing for optimization

Articles in this series

Creating a puzzle game using Python Turtle module

Nov 9, 202213 min read

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

Nov 17, 202210 min read

A step by step guide to create the algorithm, and find the minimum number of moves needed to solve the tiles puzzle using Python ยท Introduction This is a...

Solving the turtle tiles puzzle game using Python

Using Python multiprocessing to optimize a problem

Nov 21, 202213 min read

A step by step guide to use Python multiprocessing, to optimize existing game solving algorithm ยท Introduction This is the final part of the Python...

Using Python multiprocessing to optimize a problem