Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



Match The Tiles logo

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)