https://github.com/nkokor/match-a-moo
JavaScript game inspired by Candy Crush
https://github.com/nkokor/match-a-moo
candy-crush drag-and-drop game game-development javascript javascript-game
Last synced: 5 months ago
JSON representation
JavaScript game inspired by Candy Crush
- Host: GitHub
- URL: https://github.com/nkokor/match-a-moo
- Owner: nkokor
- Created: 2023-08-10T17:02:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T19:49:58.000Z (over 1 year ago)
- Last Synced: 2025-09-25T18:31:58.207Z (9 months ago)
- Topics: candy-crush, drag-and-drop, game, game-development, javascript, javascript-game
- Language: JavaScript
- Homepage:
- Size: 1.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# candy-crush
A simple game inspired by Candy Crush made using JavaScript, CSS and HTML.
# Gameplay screenshot

# Setup
Download the project and open index.html
# How to play
Drag and drop the elements to switch their positions in order to match 3 or 4 in a row or column. You can only switch elements that are next to each other.
Matching 4 elements in a row or column creates a bomb. Clicking the bomb pops all the elements from the board.
Matching a square of 4 elements creates dynamite. Clicking the dynamite pops all the elements surrounding it.
Once you complete the final level, the game will automatically reset itself.
By clicking the Start button, you go back to Level 1
# Credits
The base for the game was created by coding along @kubowania's (https://www.github.com/kubowania) YouTube tutorial. You can find it here: https://youtu.be/XD5sZWxwJUk