From 69306d7921f580a1708c7bdcc83d93c57b68fa93 Mon Sep 17 00:00:00 2001 From: Mycroft Kang Date: Mon, 19 Aug 2024 17:45:44 +0900 Subject: [PATCH] Update README.md --- README.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12ef37a..45bfda5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,41 @@ +# Suika Game with Bomb -# Suika Game + + Suika with Bomb + + +This project is a spin-off of the Suika Game (a.k.a Watermelon Game) with the addition of a bomb item. +You can collect bomb items by making watermelons and golden watermelons. + +Play at https://game.mulgyeol.com. + +## Rules +> The rules of the game are the same as the original Suika Game, but there are the following differences. + +### Golden watermelon +You can merge 2 watermelons to make a golden watermelon. +If you merge 2 golden watermelons, they will disappear. + +### Bomb items +Suika with Bomb + + +You can use bomb items to pop fruits. +Bomb items appear randomly during gameplay. +You can collect up to 50 bomb items by making watermelons or golden watermelons. +If you want to use a bomb item, tap the bomb icon in the upper right corner. +However, note that your score may decrease depending on the fruits you pop with the bomb items. + +### Size of fruits +Each time you merge 2 golden watermelons, fruits of game get bigger and bigger. + +## Credits +### Special Thanks +- [suika-game](https://github.com/koreacat/suika-game) for providing original source code. + +## License +This project is licensed under the MIT License - See the [LICENSE](LICENSE) and [ThirdPartyNotices](ThirdPartyNotices) files for details.