6 Commits

Author SHA1 Message Date
6e6c28daf3 Update v0.1 Linux build with icon support
- Rebuilt Linux executable with updated build system
- Added wordsearch.desktop file for Linux desktop integration
- Desktop file enables icon display in application menus
- Icon will be shown when .desktop file is installed

Users can install desktop file:
  cp wordsearch.desktop ~/.local/share/applications/
  sed -i "s|/path/to/|$(pwd)/|g" ~/.local/share/applications/wordsearch.desktop

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-06 09:26:39 -07:00
c29eefe030 Add application icon for all platforms
- 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>
2025-12-06 09:22:41 -07:00
c788393514 Release v0.1: Initial release with Linux executable
- Linux x86_64 executable (23MB single file)
- Release README with build instructions for other platforms
- First stable release of Word Search Generator & Player

Features:
- Interactive word search puzzle generation
- Drag-to-select gameplay
- PDF export functionality
- 8-directional word placement
- Auto-resizing window

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
v0.1
2025-12-06 08:41:16 -07:00
8005a53b48 Add build system for native applications
- 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>
2025-12-06 08:37:23 -07:00
80a249edcc Add comprehensive README.md documentation
- Installation and usage instructions
- Feature overview
- PDF export guide
- Technical details and specifications

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-06 08:18:53 -07:00
ec142fd638 Initial commit: Word Search Generator application
- Interactive GUI for generating and playing word search puzzles
- Drag-to-select word highlighting functionality
- PDF export capability
- Auto-resizing window to fit puzzle dimensions
- Duplicate word prevention
- 8-directional word placement (horizontal, vertical, diagonal)

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-06 08:14:30 -07:00