Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 965 Bytes

File metadata and controls

39 lines (27 loc) · 965 Bytes

Chroma48

A puzzle game that blends 2048 mechanics with falling tiles. Merge matching tiles to score points before the board fills up.

www.chroma48.com/

Play

Screenshot 2026-02-02 at 11 07 33 PM

Controls:

  • Arrow keys or swipe to move tiles
  • Matching tiles merge and double in value

Modes

  • Number Mode — Match tiles by number
  • Color Mode — Match tiles by color (no numbers shown)

Development

npm install
npm run watch    # Dev mode with auto-rebuild
npm run build    # Production build
npm test         # Run tests
npm run lint     # Lint code

Tech

  • Vanilla JS with ES modules
  • Tailwind CSS for styling
  • esbuild for bundling
  • Jest for testing
  • ESLint for linting

Contributing

Found a bug or have a feature request? Open an issue.