A fun color-filling puzzle game with themes, sound effects, and background music!
index.html- Main game pagestyle.css- All styling and themesscript.js- Game logic and functionalityme.mp3- Background music
- Simply open
index.htmlin any modern web browser (Chrome, Firefox, Safari, Edge) - The game will start automatically!
- 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
- Start from the top-left tile
- Click color buttons to fill adjacent tiles of that color
- Complete the entire board before running out of moves
- Use fewer moves to earn more points!
- Toggle sound on/off
- Change theme (Light/Dark/Colorful)
- Restart current level
- Start new game (resets points)
All files are plain HTML, CSS, and JavaScript - no build tools required!
- Change colors: Edit the
palettearray inscript.js - Adjust difficulty: Modify
calculateMoves()function inscript.js - Update styling: Edit
style.css - Replace music: Replace
me.mp3with your own audio file
Works on all modern browsers:
- Chrome/Edge (recommended)
- Firefox
- Safari
- Opera
Enjoy the game! 🎮