https://github.com/boeledi/flutter_crush
How to build a Match-3 game, like Candy Crush, Bejeweled, FishDom… in Flutter.
https://github.com/boeledi/flutter_crush
Last synced: 7 months ago
JSON representation
How to build a Match-3 game, like Candy Crush, Bejeweled, FishDom… in Flutter.
- Host: GitHub
- URL: https://github.com/boeledi/flutter_crush
- Owner: boeledi
- Created: 2018-11-07T02:03:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T14:33:30.000Z (over 1 year ago)
- Last Synced: 2024-11-13T10:38:00.490Z (about 1 year ago)
- Language: Dart
- Homepage:
- Size: 13.6 MB
- Stars: 583
- Watchers: 25
- Forks: 232
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-flutter-cn - Crush - 如 Candy Crush、Bejeweled 一样构建 Math-3 游戏的示例,由 [Didier Boelens](https://didierboelens.com) 开发。 (引擎 / 开源游戏)
- awesome-flutter-cn - Crush - 如何编写一个三消游戏,例如糖果传奇和宝石迷阵,[Didier Boelens](https://didierboelens.com). (引擎 / 游戏)
- open-source-flutter-apps - Crush - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). (Uncategorized / Uncategorized)
- awesome-flutter - Crush - How to build a Match-3 game, like Candy Crush, Bejeweled, FishDom… in Flutter. ` 📝 a year ago` (Game [🔝](#readme))
- fucking-awesome-flutter - Crush - How to build a Math-3 game, like Candy Crush, Bejeweled by 🌎 [Didier Boelens](didierboelens.com). (Engines / Game)
- awesome-flutter - Crush - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). (Engines / Game)
README
# flutter_crush
How to build a Math-3 game, like Candy Crush, Bejeweled, FishDom… in Flutter.
Source code of the article available on [didierboelens.com](https://www.didierboelens.com/2018/11/flutter---crush/)

---
## Step by step explanation
A full explanation on how to build such game may be found on my blog.
---
## Credits
Some icons such as tnt, rocket, mine and wall come from https://pngtree.com/.
Sounds come from https://freesound.org/.
Background images come from https://www.freepik.com.
Colored tile icons are under license (I bought it). So please do not reuse them.
---
## Note about the source code
Please note that my objective was not a release the game. Therefore, there are still things which are not fully implemented or tested. Also, the structure of the code could be very much improved but this was not part of my objectives.
Also, if the source code might give you ideas to build your own game, I will be more than happy… simply let me know…