Subak Game is a fruit merging puzzle game, inspired by the popular Suika Game (Watermelon Game). The original game, "Merge Big Watermelon" (ĺć大輿ç), was created by Meadow Science (çąłĺ ç§ć).
This project was created as a fun memento of a team off-site where I accidentally got my entire team hooked on Suika game.
git clone https://github.com/your-username/suika-game-clone.git
cd suika-game-clone
npm install
npm run dev
The application will be available at http://localhost:5173
(or another port if specified by Vite).To create a production build of the game:
npm run build
The bundled files will be located in the dist
directory.
To run the tests:
npm run test
Contributions are welcome! If you have ideas for improvements, new features, or bug fixes, please feel free to open an issue or submit a pull request.
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0). You can view the license details in the LICENSE file.