A clone of a game that's been taking over the world by storm, dubbed "Japan's hardest game". It goes by the name Suika Game, or Watermelon Game.
It's essentially a variation of 2048/Threes, but with 2D ball physics and a bit more RNG.
- Most features from original
- Clone the repository by running
git clone https://github.com/Coteh/suika-clone.git - Run in development mode (with debug mode enabled) by running
npm run dev - To build for production, run
npm run buildand then serve a HTTP server from the dist folder
- Physics and scoring not the same as the original
- No image assets yet. Pulled in some images from older projects for now.
- Themes
- Automated tests
