File tree 1 file changed +19
-9
lines changed
1 file changed +19
-9
lines changed Original file line number Diff line number Diff line change 1
1
# 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;
3
9
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):
12
17
```
13
18
$ cd ./mandrake/dist/mandrake/
14
19
$ ./mandrake
15
20
```
21
+ ## Windows
22
+ Abra o arquivo mandrake.py em um interpretador Python3 (https://www.python.org/downloads/windows/ ).
23
+ ```
24
+ > python mandrake.py
25
+ ```
You can’t perform that action at this time.
0 commit comments