A puzzle game that blends 2048 mechanics with falling tiles. Merge matching tiles to score points before the board fills up.
Controls:
- Arrow keys or swipe to move tiles
- Matching tiles merge and double in value
- Number Mode — Match tiles by number
- Color Mode — Match tiles by color (no numbers shown)
npm install
npm run watch # Dev mode with auto-rebuild
npm run build # Production build
npm test # Run tests
npm run lint # Lint code- Vanilla JS with ES modules
- Tailwind CSS for styling
- esbuild for bundling
- Jest for testing
- ESLint for linting
Found a bug or have a feature request? Open an issue.