Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 481 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 481 Bytes

stickman_game

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:

  1. Fork the repository
  2. You should have Python installed on your system
  3. Python comes with the Tkinter library (GUI interface)
  4. To run, simply select "stickman_game.py"
  5. Run file from Terminal

Let me know if you have questions.