Skip to content

Commit c9a74e5

Browse files
committed
Merge branch 'master' of https://github.com/VP1147/mandrake
2 parents efb3f52 + 5e385bd commit c9a74e5

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

README.md

+19-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
# Mandrake
2-
Game about basic math.
2+
Jogo simples sobre matemática.
3+
Inclui:
4+
- Aritmética;
5+
- Equação quadrática (Bhaskara);
6+
- Função quadrática;
7+
- Teorema de Pitágoras;
8+
- Área de figuras geométricas;
39

4-
Avaliable in Portuguese - Open to translations
5-
6-
# How to start
7-
## Python intepreter
8-
Open mandrake.py with a python3 interpreter to start.
9-
### Tip: Start as python3 -B to prevent cache.
10-
## On binary file
11-
Alternatively, you can start the program by the binary file (only 64 bits for the time being):
10+
## Linux
11+
```
12+
$ git clone https://github.com/vp1147/mandrake
13+
$ cd ~/mandrake
14+
$ python3 mandrake.py
15+
```
16+
Também é possível iniciar o jogo sem o Python3, utilizando o arquivo binário (Debian amd64 e derivados):
1217
```
1318
$ cd ./mandrake/dist/mandrake/
1419
$ ./mandrake
1520
```
21+
## Windows
22+
Abra o arquivo mandrake.py em um interpretador Python3 (https://www.python.org/downloads/windows/).
23+
```
24+
> python mandrake.py
25+
```

0 commit comments

Comments
 (0)