https://github.com/tkovs/jogo-da-memoria
Jogo da memória com o tema de Yu Gi Oh
https://github.com/tkovs/jogo-da-memoria
Last synced: 8 months ago
JSON representation
Jogo da memória com o tema de Yu Gi Oh
- Host: GitHub
- URL: https://github.com/tkovs/jogo-da-memoria
- Owner: tkovs
- Created: 2021-11-13T04:47:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T04:15:20.000Z (about 3 years ago)
- Last Synced: 2025-02-12T12:19:08.069Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://jogodamemoria.tkovs.com
- Size: 357 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jogo da Memoria
Jogo da Memoria made with React.


Technologies |
How To Run |
Next Steps |
Screenshots |
License
## :rocket: Technologies
This project was developed with the following technologies:
- [ReactJS](https://reactjs.org)
- [Skeleton CSS](https://getskeleton.com)
## :information_source: How To Run
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js](https://nodejs.org/en/) + [Yarn](https://yarnpkg.com/) (you can use npm instead) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/tkovs/jogo-da-memoria.git
# Or
$ gh repo clone tkovs/jogo-da-memoria
# Go into the repository
$ cd jogo-da-memoria
# Install dependencies
$ yarn
# Run the app on two terminals
$ yarn start
```
## :runner: Next steps
- [x] Iniciar um README
- [x] Selecionar biblioteca css
- [x] Montar design inicial do jogo
- [x] Utilizar imagens de Yu Gi Oh nos cards
- [x] Sortear os cards
- [ ] Esconder os cards, e mostra-los com um clique
- [ ] Gerenciar se dois cards clicados são da mesma imagem
- [ ] Mensagem de sucesso caso o jogo seja finalizado
- [ ] Botão para recomeçar o jogo
- [ ] Adicionar licença
- [ ] Mudar favicon
## :camera: Screenshots
### Página inicial

## :memo: License
This project is under the MIT license. See the [LICENSE](https://github.com/tkovs/jogo-da-memoria/blob/master/LICENSE) for more information.
---
Made with ♥ by tkovs :wave: [Get in touch!](https://www.linkedin.com/in/tkovs/)