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>
This commit is contained in:
ksmith
2026-01-05 18:34:59 -07:00
commit 44ee9e658c
5 changed files with 993 additions and 0 deletions

6
config.ini Normal file
View File

@@ -0,0 +1,6 @@
[robot]
upgradetrigger = hotspot
upgrademode = both
minpowertomove = 55
maxpowertomove = 95
showReferenceCreator = 0