Let's Code Python: Improved graphical Mastermind with Tkinter

Channel:
Subscribers:
1,700
Published on ● Video Link: https://www.youtube.com/watch?v=VdZS24VKz-M



Duration: 2:26:44
2,209 views
25


We've made a basic graphical version of Mastermind, but today we'll see what we can improve as far as aesthetics and interface.

Basic version: https://www.youtube.com/watch?v=KFpC-tA566I

The code for this video is stored in my small_scripts Github repo.

Vertical version: https://github.com/TigerhawkT3/small_scripts/blob/master/mastermind_gui_v2.py
Horizontal version: https://github.com/TigerhawkT3/small_scripts/blob/master/mastermind_gui_v3.py