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

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.

Awesome Lists containing this project

README

          


Memory Game



Node.js version


Yarn version


Made by Gustavo Domingueti


LICENSE


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


Memory Game Screen

## :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