Maze Game (Harry Potter) in Python

This is an updated version of my maze game using Python's turtle library.  I started out trying to use a wizard as the main character but I couldn't find any images that I liked. I then decided to use a Harry Potter image.  The other images in this picture are for the treasure chest and wall.

I found these images on the internet. There are(were) several problems. The images where .PNG. This means that I have to convert them to .GIF to use with Turtle.  It means that when I convert the images from png to gif I lose the transparency which is why the white background shows up. I will need to change this later.  Also, the images need to be reduced from their normal sizes to 23 x 23 pixels.

I will continue to work on the game, but this is the version for now. In later versions, I will put in random enemies maybe a key and try to put in the golden snitch. I will also try to make the game dimensions larger.

Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle