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

https://github.com/leoviana00/memory-game-javascript

Criação de um jogo da memória utilizando HTML, CSS e JAVASCRIPT
https://github.com/leoviana00/memory-game-javascript

css html javascript

Last synced: about 1 month ago
JSON representation

Criação de um jogo da memória utilizando HTML, CSS e JAVASCRIPT

Awesome Lists containing this project

README

        

Memory Game


Game
License


GAME

## 🎯 Projeto

Criação de um jogo da memória utilizando `HTML`, `CSS` e `JAVASCRIPT`

- [Play Game](https://leoviana00.github.io/memory-game-javascript/)

## 👨‍💻 Abordagens

- Manipulação de dom
- Criação dos cards de forma dinâmica
- Rotate dos cards
- Desenho de logica através do css e javascript

- Ferramentas:
- cssgradient.io
- Just Color Picker

## ♟️ Projeto


GAME

## 🔴 Pokémons

| Bulbasaur | Charmander | Squirtle | Butterfly | Pidgeotto | Pikachu | Mr. Mime | Eevee |
| -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
| GAME | GAME | GAME | GAME | GAME | GAME | GAME | GAME |

## 🐾 Melhorias

- Melhorar a mensagem de aviso `você venceu`
- Responsividade
- Adicionar tempo
- Criar um Ranking baseado no tempo de finalização

## 📄 Referência

- [CSS Gradient](https://cssgradient.io/)
- [Color Picker](https://annystudio.com/software/colorpicker/)
- [Manipulação de DOM](https://developer.mozilla.org/pt-BR/docs/Web/API/Document_Object_Model/Introduction)