Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T14:33:30.000Z (7 months ago)
- Last Synced: 2024-04-27T01:34:45.959Z (7 months ago)
- Language: Dart
- Homepage:
- Size: 13.6 MB
- Stars: 557
- Watchers: 26
- Forks: 229
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-source-flutter-apps - Crush - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). (Uncategorized / Uncategorized)
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/)
![Flutter Crush](https://www.didierboelens.com/images/blog/flutter_crush_game_page.png)
---
## Step by step explanationA full explanation on how to build such game may be found on my blog.
---
## CreditsSome 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 codePlease 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…