Skip to content

brsbl/Chroma48

Repository files navigation

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.

About

Browser-based puzzle game that combines 2048, Tetris, and color mixing.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors