Back to Projects

Level Game

December 2021

PythonTurtle Graphics

A dynamic adventure game built using Python and Turtle graphics where Mario collects coins while avoiding ghosts across multiple levels.

Motivation

This was my first Python project, created to learn the fundamentals of programming through game development using Turtle graphics.

Key Learnings

  • Learned basic Python syntax and control flow
  • Built interactive game mechanics using Turtle graphics
  • Implemented real-time character movement and enemy AI logic
  • Used randomization to dynamically place coins and increase replayability
  • Understood the principles of event-driven programming