Maze Game in Python using Turtle

This is my first attempt at a maze game in Python. The white squares are the walls and the blue circle is the first player. I will continue on with the game and post the final version.  After learning how to make basic games in Python using Turtle, I plan to move on to making simple games using Pygame.


Comments

Popular posts from this blog

Bokeh Visualizations in Python