https://github.com/othonalberto/adivinhe-o-numero
Um simples jogo de adivinhar o número em duas versões: em Python e em C :smile:
https://github.com/othonalberto/adivinhe-o-numero
Last synced: about 1 year ago
JSON representation
Um simples jogo de adivinhar o número em duas versões: em Python e em C :smile:
- Host: GitHub
- URL: https://github.com/othonalberto/adivinhe-o-numero
- Owner: othonalberto
- Created: 2016-07-24T22:11:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T17:54:23.000Z (over 9 years ago)
- Last Synced: 2025-01-30T23:42:17.324Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adivinhe o número
Um simples jogo de adivinhar o número feito em Python :smile:
Para rodar (Linux e Mac):
* Versão em Python:
```python3 adivinhe.py```
* Versão em C:
```
gcc adivinhe.c -o nomequequiser
```
```
./nomequequiser
```