Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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 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…