/bowling

Primary LanguagePython

bowling

A beginner bowling game written using python's turtle package. To run on WSL, you may need to install tkinter dependency via:

sudo apt-get install python3-tk

Otherwise, your base python install should have turtle installed. You can run the game with a simple:

python3 bowling.py