You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Filler Quest Game
A fun color-filling puzzle game with themes, sound effects, and background music!
## Files Included
- `index.html` - Main game page
- `style.css` - All styling and themes
- `script.js` - Game logic and functionality
- `me.mp3` - Background music
## How to Run
1. Simply open `index.html` in any modern web browser (Chrome, Firefox, Safari, Edge)
2. The game will start automatically!
## Features
- **Color Buttons Below Board**: The color selection buttons are positioned below the game board
- **Multiple Themes**: Light, Dark, and Colorful themes
- **Sound Effects**: Click sounds, fill sounds, win/lose sounds
- **Background Music**: Looping background music (me.mp3)
- **Tutorial System**: Guided tutorial for new players
- **Progressive Difficulty**: Board size increases as you level up
- **Points System**: Earn points based on efficiency
- **Mobile Compatible**: Works perfectly on phones and tablets
## How to Play
1. Start from the top-left tile
2. Click color buttons to fill adjacent tiles of that color
3. Complete the entire board before running out of moves
4. Use fewer moves to earn more points!
## Settings (⚙️ Button)
- Toggle sound on/off
- Change theme (Light/Dark/Colorful)
- Restart current level
- Start new game (resets points)
## Editing the Game
All files are plain HTML, CSS, and JavaScript - no build tools required!
- **Change colors**: Edit the `palette` array in `script.js`
- **Adjust difficulty**: Modify `calculateMoves()` function in `script.js`
- **Update styling**: Edit `style.css`
- **Replace music**: Replace `me.mp3` with your own audio file
## Browser Compatibility
Works on all modern browsers:
- Chrome/Edge (recommended)
- Firefox
- Safari
- Opera
Enjoy the game! 🎮
# move
# move
# move