• Home
  • About
  • Work
  • Contact
  • Projects
  • Github
  • LinkedIn
Simple Pygame Menus: A Python Package

Simple Pygame Menus: A Python Package

Software Design, Game Development

March 2022 - June 2022

View Project

simplepygamemenus is a package for making simple menus for your Python games. It gives developers tools to quickly build menu systems for pygame based applications.

Game creators construct menus by instantiating a Menu object and adding buttons with custom labels, positions, font sizes, and associated functions. Multiple menus can be linked together, so a button on one menu can navigate to another by calling the run_menu function.

I made this in completion of a Video Games class I took. It has an existing memory leak bug but was fun to make :)