• A fully functioning match 3 or more tiles game, inspired by Bejeweled and Candy Crush
• Implemented using Python and the Pygame library
• Features combos where getting a chain of matches after your initial match multiplies your turn score
https://github.com/theharrychen/Element-Crush/releases/tag/v0.1
To compile Element Crush you must have installed versions of Python and Pygame:
python -m pip install -U pygame --user
Then to run the script:
python game.py
https://www.deviantart.com/v-pk/art/Element-symbols-428049065

