Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhonbergmann/jokenpo
🎮 Stone, paper and scissors, from Japanese じ ゃ ん け ん ぽ ん, jankenpon, this version is a mobile game, where you play against the algorithm.
https://github.com/jhonbergmann/jokenpo
game-development jokenpo react-native
Last synced: about 2 months ago
JSON representation
🎮 Stone, paper and scissors, from Japanese じ ゃ ん け ん ぽ ん, jankenpon, this version is a mobile game, where you play against the algorithm.
- Host: GitHub
- URL: https://github.com/jhonbergmann/jokenpo
- Owner: jhonbergmann
- License: mit
- Created: 2020-10-11T04:42:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T03:35:13.000Z (8 months ago)
- Last Synced: 2024-05-18T04:27:35.990Z (8 months ago)
- Topics: game-development, jokenpo, react-native
- Language: JavaScript
- Homepage:
- Size: 14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Jokenpo## 📅 Sobre
Pedra, papel e tesoura, do japonês じゃんけんぽん, jankenpon, essa versão é um jogo mobile, onde você joga contra o algoritmo.
## 🛠 Tecnologias
- [React Native](https://facebook.github.io/react-native/)
- [Javascript](https://devdocs.io/javascript/)## 📱 Executando
Para executar o projeto é necessário que você tenha o ambiente React Native configurado, você pode seguir esse [GUIA](https://reactnative.dev/docs/environment-setup) para tal.
Depois de configurar o ambiente, basta fazer o clone do projeto:
```sh
git clone https://github.com/jhonbergmann/jokenpo.git
```Entre na pasta do projeto e execute o comando para instalar as dependências do projeto:
```sh
yarn install
```
ou
```sh
npm install
```Em seguida execute o comando referente a plataforma ao qual deseja executar:
Android:
```sh
react-native run-android
```
## 📝 LicençaEsse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.
---
Feito com 💜 by Jhonatan Bergmann