-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02a1730
commit 5c9adbd
Showing
1 changed file
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,41 @@ | ||
# Suika with Bomb | ||
|
||
# Suika Game | ||
<!-- | ||
<div align="center"> | ||
<a href="https://game.mulgyeol.com"> <img src="https://github.com/user-attachments/assets/b1949eb6-3d31-48a9-afdd-3a9d37b0d616" alt="Suika with Bomb" width="200"></a> | ||
</div> | ||
--> | ||
<a href="https://game.mulgyeol.com"> <img align="right" src="https://github.com/user-attachments/assets/b1949eb6-3d31-48a9-afdd-3a9d37b0d616" alt="Suika with Bomb" width="250"></a> | ||
|
||
|
||
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 | ||
<img align="left" src="https://github.com/user-attachments/assets/3d4c3f98-904f-4b10-af3b-acb6ac5a89eb" alt="Suika with Bomb" width="250"> | ||
|
||
|
||
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. |