https://github.com/dominguetigs/memory-game
:video_game: Jogo da memória utilizando JS e WEBPACK.
https://github.com/dominguetigs/memory-game
babel css3 html5 javascript javascript-game webpack
Last synced: about 2 months ago
JSON representation
:video_game: Jogo da memória utilizando JS e WEBPACK.
- Host: GitHub
- URL: https://github.com/dominguetigs/memory-game
- Owner: dominguetigs
- License: mit
- Created: 2020-04-25T18:39:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:48:57.000Z (over 3 years ago)
- Last Synced: 2025-08-04T15:09:51.213Z (10 months ago)
- Topics: babel, css3, html5, javascript, javascript-game, webpack
- Language: JavaScript
- Homepage: https://memory-game-mu.vercel.app
- Size: 5.24 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Memory Game
Sobre |
Tecnologias |
Pré-requisitos |
Como usar |
Como contribuir |
Licença
Acessar a demonstração
## :bookmark: Sobre
Jogo criado no intuito de reforçar alguns aprendizados nas tecnologias mas utilizadas da Web.
## :rocket: Tecnologias Utilizadas
Além de ter sido construído totalmente em **Javascript**, **CSS3** e **HTML5**. Foram também utilizadas as seguintes tecnologias
- [Webpack](https://webpack.js.org/)
- [Babel](https://babeljs.io/)
## :iphone: Screens
## :fire: Pré-requisitos
- [Node.js](https://nodejs.org/)
- [Yarn](https://yarnpkg.com/)
## :zap: Como usar
```bash
# Clone o repositório
$ git clone git@github.com:dominguetigs/memory-game.git
# Instale as dependências
$ yarn install
# Inicie o jogo
$ yarn start
```
## :recycle: Como contribuir
- Faça um Fork desse repositório
```bash
# Crie uma branch com a sua feature
$ git checkout -b my-feature
# Commit suas mudanças
$ git commit -m 'feat: My new feature'
# Push a sua branch
$ git push origin my-feature
```
## :memo: License
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.
---
Feito com 💙 by Gustavo Domingueti