A simple yet addictive puzzle game that combines strategic rotation mechanics with number matching!
Tile Spin is a unique puzzle game where you rotate rows and columns on a 4x4 grid to match and merge numbers. Unlike traditional sliding puzzle games, you control the entire row or column rotation, adding a fresh twist to the merge-puzzle genre.
- Rotate: Click the ↻ buttons around the grid to rotate entire rows (left/right buttons) or columns (top/bottom buttons)
- Match: Align 3 or more identical numbers in a row or column
- Merge: When 3+ numbers match, they merge into a higher number (1+1+1 → 2, 2+2+2 → 3, etc.)
- Score: Earn points for each merge - higher numbers = more points!
- Survive: Keep playing without filling up the board
- Challenge: Try to create the highest number and beat your best score!
- 🎨 Beautiful gradient UI with smooth animations
- 🏆 Score tracking with local best score saved
- 📊 Move counter to track your efficiency
- 📱 Responsive design for mobile and desktop
- 🎯 Strategic gameplay with rotation mechanics
- 💾 Auto-saves your high score
# If you have Python 3 installed
python3 -m http.server 8000
# Then open http://localhost:8000 in your browser# If you have Node.js installed
npx http-server -p 8000
# Then open http://localhost:8000 in your browserSimply open the index.html file in your web browser!
- Plan ahead - think about where tiles will end up after rotation
- Look for multiple matches in a single move
- Try to create combos by setting up future matches
- Don't let the board fill up too quickly!
- Higher numbers mean higher scores, but they're harder to match
- Pure vanilla JavaScript - no frameworks needed
- CSS Grid for responsive layout
- Local Storage for high score persistence
- Smooth animations for better UX
Free to play, modify, and share!
Enjoy the game! 🎮✨