Mini putt game based in space using gravitational pull to try and reach the golf hole.
Before running this program, ensure you have the following installed on your system:
- Python 3.7+
- pip (Python package manager)
- Clone this repository to your local machine:
git clone https://github.com/andyhou05/space-putt.git - Create a virtual environment
python -m venv venv - Activate virtual environment
On Windows:
On macOS/Linux
venv\Scripts\activatesource venv/bin/activate - Install requirements
pip install -r requirements.txt - Run main.py
python main.py