A Simple Python-based mini-golf game
- Clone the repo
- Install the dependencies in the requirements.txt (preferrably in a virtual environment)
- Example:
pip install -r requirements.txt
- Example:
- Start the application by running:
python main.py
- 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