Skip to content

A modern, interactive word scramble game built with vanilla JavaScript, featuring Web3 and programming-themed vocabulary with progressive difficulty levels.

Notifications You must be signed in to change notification settings

janeezy/Word-Scramble-Game-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 Word Scramble Game

Live Url

https://word-scramble-game-red.vercel.app

Web3Bridge Cohort XIII Pre-Qualification Exercise

A modern word scramble game built with vanilla JavaScript, featuring Web3 and programming-themed vocabulary with progressive difficulty levels.

🚀 Quick Start

Prerequisites

  • Modern web browser (Chrome 80+, Firefox 75+, Safari 13+, Edge 80+)
  • No dependencies - Pure vanilla HTML5, CSS3, and JavaScript

Installation & Setup

Option 1: Direct Browser Open

# 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

Option 2: Live Server (VS Code - Recommended for Development)

# Install "Live Server" extension in VS Code
# Right-click index.html → "Open with Live Server"
# Auto-refreshes on file changes at http://localhost:5500

📁 Project Structure

word-scramble-game/ ├── index.html # Complete game implementation ├── README.md # This documentation └── .gitignore # Git ignore file

Single File Architecture

  • 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

About

A modern, interactive word scramble game built with vanilla JavaScript, featuring Web3 and programming-themed vocabulary with progressive difficulty levels.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published