Includes command-line interface and tkinter GUI interface.
-
tkinter_start_gui: a sample starting gui demonstrating use of
- a tk.StringVar;
- a tk.Button with command attached
- a key bind
-
game_objects:
- Player and Game objects for Rock Paper Scissors
- A Command Line Interface (CLI) for running rock paper scissors
-
tkinter_rps: a tkinter GUI with
- A GUI for setting game options
- A GUI for running the game