https://word-scramble-game-red.vercel.app
A modern word scramble game built with vanilla JavaScript, featuring Web3 and programming-themed vocabulary with progressive difficulty levels.
- Modern web browser (Chrome 80+, Firefox 75+, Safari 13+, Edge 80+)
- No dependencies - Pure vanilla HTML5, CSS3, and JavaScript
# Clone the repository
git clone https://github.com/janeezy/Word-Scramble-Game-.git
# Navigate to project directory
cd word-scramble-game
# Open directly in browser
open index.html
# or double-click index.html# Install "Live Server" extension in VS Code
# Right-click index.html → "Open with Live Server"
# Auto-refreshes on file changes at http://localhost:5500word-scramble-game/ ├── index.html # Complete game implementation ├── README.md # This documentation └── .gitignore # Git ignore file
- HTML5: Semantic structure and game layout
- CSS3: Embedded responsive styling with animations
- JavaScript ES6+: Complete game logic using modern vanilla JS
- LocalStorage**: Browser-native persistent data storage
**Note: This is a pure front-end application with no server-side dependencies.
Web3Bridge Cohort XIII Candidate
- GitHub: @https://github.com/janeezy
- Email: [email protected]