- Created icon generation script (create_icon.py)
- Generated PNG icon (512x512) with word search grid design
- Generated ICO file for Windows (multi-resolution)
- Updated PyInstaller spec to use platform-appropriate icons
- Updated .gitignore to exclude generated icon size variants
Icon features:
- Light blue gradient background
- 5x5 grid with letters spelling WORD, SEARCH, etc.
- Highlighted "WORD" in green to show found word
- Professional, clean design
Windows: icon.ico
macOS: icon.icns (generate on macOS with provided commands)
Linux: icon.png
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- PyInstaller spec file for cross-platform builds
- Build scripts for Linux/macOS (build.sh) and Windows (build.bat)
- requirements.txt with all dependencies
- Updated README with build and installation instructions
- Support for creating standalone executables for all platforms
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>