Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
williamtorres1 authored Mar 13, 2020
1 parent 8f16e13 commit 4bd352b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ Projeto para a nota da segunda unidade
## Iniciando
Utilizando o [GCC Compiller](https://gcc.gnu.org/), vá para a pasta que está o arquivo .c e digite o seguinte comando no terminal:
```
g++ -o <nome do arquivo> <nome do arquivo>.c
g++ -o 'jogo do labirinto' 'jogo do labirinto'.c
```
Você pode renomear o arquivo com o nome "main", para ficar mais fácil utilizar o terminal.
Pronto! Agora você pode utilizar este jogo.

## Sobre a Jogabilidade
Expand Down

0 comments on commit 4bd352b

Please sign in to comment.