Use GitHub Wiki to fully document the architecture and design of tkSimulatorApplication.
- Describe the motivating problem, i.e., when I was working on my cribbage simulator and decided to turn it into a tkinter application.
- Describe both the STEM definition of a simulator and the definition for purposes of this design.
- Provide a "literature review" based on content from tkinter docs on web, plus stackoverflow content, plus {TBD}, noting that I did not find a complete solution, but synthesized one from what I read.
- Describe how all of the pieces fit together, using Developer_Documentation.txt as a rough draft.
- Leverage doc strings within the code for some of the material describing the components (classes) that make up the design.
- Use a simple illustrating example of a simulation application
- Talk about a more complex, realistic example of a simulation application.
Use GitHub Wiki to fully document the architecture and design of tkSimulatorApplication.