Adapted from Jason R. Briggs "Python for Kids" book. Used as teaching tool to teach python and OOD.
Build during 2019-2020 school year with senior class. Every line of code explained and understood.
To see how it works:
- Fork the repository
- You should have Python installed on your system
- Python comes with the Tkinter library (GUI interface)
- To run, simply select "stickman_game.py"
- Run file from Terminal
Let me know if you have questions.