这是indexloc提供的服务,不要输入任何密码
Skip to content

nickcoffey/pyputt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPutt

A Simple Python-based mini-golf game

Screen Recording 2025-03-11 at 4 15 44 PM

How to Play

  • Clone the repo
  • Install the dependencies in the requirements.txt (preferrably in a virtual environment)
    • Example: pip install -r requirements.txt
  • Start the application by running: python main.py

What I Learned

  • How to create a grid matrix to create levels
  • Singleton design pattern used for the ParTracker
  • Observer design pattern used for collision detection & pause/resume

About

Simple Python-based mini-golf game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages