Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MycroftKang committed Aug 19, 2024
1 parent 02a1730 commit 69306d7
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,41 @@
# Suika Game 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.

0 comments on commit 69306d7

Please sign in to comment.