https://github.com/eyuelberga/matchthetilesgame
Find and eliminate pairs of identical tiles by flipping them over.
https://github.com/eyuelberga/matchthetilesgame
arcade-game javascript javascript-game javascript-oop puzzle-game
Last synced: about 2 months ago
JSON representation
Find and eliminate pairs of identical tiles by flipping them over.
- Host: GitHub
- URL: https://github.com/eyuelberga/matchthetilesgame
- Owner: eyuelberga
- Created: 2023-06-20T16:35:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T04:53:04.000Z (about 2 years ago)
- Last Synced: 2025-01-27T11:19:23.977Z (over 1 year ago)
- Topics: arcade-game, javascript, javascript-game, javascript-oop, puzzle-game
- Language: JavaScript
- Homepage: https://eyuelberga.github.io/MatchTheTilesGame/
- Size: 2.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Match the Tiles is a puzzle game where you must find and eliminate pairs of identical tiles by flipping them over, aiming to clear the entire board. [Demo](https://eyuelberga.github.io/MatchTheTilesGame/)
## Preview




## Development
```bash
$ yarn dev
```
## License
MIT © [Eyuel Berga Woldemichael](https://github.com/eyuelberga)