Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T04:53:04.000Z (10 months ago)
- Last Synced: 2024-04-06T04:36:14.980Z (10 months ago)
- Topics: arcade-game, javascript, javascript-game, javascript-oop, puzzle-game
- Language: JavaScript
- Homepage: https://eyuelberga.github.io/MatchTheTilesGame/
- Size: 2.32 MB
- Stars: 0
- 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
![Home](screenshots/index.png)
![Start](screenshots/start.png)
![Gameplay](screenshots/gameplay.png)
![Scoreboard](screenshots/scoreboard.png)## Development
```bash
$ yarn dev
```## License
MIT © [Eyuel Berga Woldemichael](https://github.com/eyuelberga)