Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T21:45:33.000Z (about 3 years ago)
- Last Synced: 2023-02-28T07:12:01.831Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://jogodamemoria.tkovs.com
- Size: 243 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
![Captura de Tela 2021-11-17 às 23 49 55](https://user-images.githubusercontent.com/8717661/142342780-d224a3f4-a886-4bd5-a3f4-2db5058f9b62.png)
## :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/)