3 Commits

Author SHA1 Message Date
Keith Smith
b3c14c97d4 Add comprehensive README.md documentation
Includes installation instructions, usage guide, content structure, configuration options, and troubleshooting section.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
v1.0.0
2026-01-05 19:14:00 -07:00
Keith Smith
047ef52a58 Add requirements.txt with Python dependencies
Includes PyQt5, pyserial, pyautogui, and PyAudio packages needed to run the MSMD application.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-05 19:04:29 -07:00
ksmith
44ee9e658c Initial commit - MSMD Player with bug fixes
This is the Monkey See Monkey Do (MSMD) educational game application.

Bug fixes applied:
- Fixed AttributeError when showReferenceCreator is disabled in config
- Fixed keyboard input with modifiers (Shift+key) not being recognized
  by making scancode table lookup case-insensitive

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-05 18:34:59 -07:00