Skip to content

Commit e724446

Browse files
committed
Update README_pt.md
1 parent 46d1afa commit e724446

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README_pt.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ A linguagem C é a base da ciência da computação. Esta Skill Tree oferece uma
1414

1515
| Índice | Nome | Dificuldade | Prática |
1616
|----------|------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|---------------------------------------------------------------------------------------------------------------|
17-
| 01 | [Construindo Flappy Bird Usando C](https://labex.io/pt/courses/project-building-flappy-bird-using-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-building-flappy-bird-using-c) |
18-
| 02 | [Criando uma Calculadora Simples Usando C](https://labex.io/pt/courses/project-making-a-simple-calculator-using-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-making-a-simple-calculator-using-c) |
19-
| 03 | [Criando um Jogo de Gomoku em C](https://labex.io/pt/courses/project-creating-a-gomoku-game-in-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-gomoku-game-in-c) |
20-
| 04 | [Criando um Jogo da Cobrinha em C](https://labex.io/pt/courses/project-creating-a-snake-game-in-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-snake-game-in-c) |
21-
| 05 | [Estatísticas de Tipos de Arquivos Usando C](https://labex.io/pt/courses/project-file-type-statistics-using-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-file-type-statistics-using-c) |
22-
| 06 | [Programa de Prática de Digitação em C](https://labex.io/pt/courses/project-typing-practice-program-using-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-typing-practice-program-using-c) |
23-
| 07 | [Criando um Jogo 2048 em C](https://labex.io/pt/courses/project-creating-a-2048-game-in-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-2048-game-in-c) |
24-
| 08 | [Criando uma Chuva de Código em C Usando Ncurses](https://labex.io/pt/courses/project-creating-a-code-rain-in-c-using-ncurses) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-code-rain-in-c-using-ncurses) |
25-
| 09 | [Criando um Jogo da Velha Simples em C](https://labex.io/pt/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-simple-tic-tac-toe-game-in-c) |
26-
| 10 | [Criar um Aplicativo de Cronômetro Simples Usando GTK](https://labex.io/pt/courses/project-create-a-simple-stopwatch-app-using-gtk) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-create-a-simple-stopwatch-app-using-gtk) |
27-
| 11 | [Criando uma Animação de Relógio Simples Usando OpenGL](https://labex.io/pt/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) |
28-
| 12 | [Criando uma Animação de Coração Dinâmica com C](https://labex.io/pt/courses/project-creating-a-dynamic-heart-animation-with-c) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-dynamic-heart-animation-with-c) |
29-
| 13 | [Implementando Funções Callback em C](https://labex.io/pt/courses/project-callback-functions) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-callback-functions) |
30-
| 14 | [Sincronizar Impressão Multithread com Mutex](https://labex.io/pt/courses/project-chaotic-typewriter) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-chaotic-typewriter) |
31-
| 15 | [Análise de Argumentos da Linha de Comando em C](https://labex.io/pt/courses/project-command-line-arguments) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-command-line-arguments) |
32-
| 16 | [Implementando Lista Duplamente Ligada em C](https://labex.io/pt/courses/project-doubly-linked-list) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-doubly-linked-list) |
33-
| 17 | [Implementando a Estrutura de Dados Fila em C](https://labex.io/pt/courses/project-implementing-a-queue) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-implementing-a-queue) |
34-
| 18 | [Ordenando Cursos com Bubble Sort](https://labex.io/pt/courses/project-organizing-course-list) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-organizing-course-list) |
17+
| 01 | [Construindo Flappy Bird Usando C](https://labex.io/pt/courses/project-building-flappy-bird-using-c) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-building-flappy-bird-using-c) |
18+
| 02 | [Criando uma Calculadora Simples Usando C](https://labex.io/pt/courses/project-making-a-simple-calculator-using-c) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-making-a-simple-calculator-using-c) |
19+
| 03 | [Criando um Jogo de Gomoku em C](https://labex.io/pt/courses/project-creating-a-gomoku-game-in-c) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-gomoku-game-in-c) |
20+
| 04 | [Criando um Jogo da Cobrinha em C](https://labex.io/pt/courses/project-creating-a-snake-game-in-c) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-snake-game-in-c) |
21+
| 05 | [Estatísticas de Tipos de Arquivos Usando C](https://labex.io/pt/courses/project-file-type-statistics-using-c) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-file-type-statistics-using-c) |
22+
| 06 | [Programa de Prática de Digitação em C](https://labex.io/pt/courses/project-typing-practice-program-using-c) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-typing-practice-program-using-c) |
23+
| 07 | [Criando um Jogo 2048 em C](https://labex.io/pt/courses/project-creating-a-2048-game-in-c) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-2048-game-in-c) |
24+
| 08 | [Criando uma Chuva de Código em C Usando Ncurses](https://labex.io/pt/courses/project-creating-a-code-rain-in-c-using-ncurses) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-code-rain-in-c-using-ncurses) |
25+
| 09 | [Criando um Jogo da Velha Simples em C](https://labex.io/pt/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-simple-tic-tac-toe-game-in-c) |
26+
| 10 | [Criar um Aplicativo de Cronômetro Simples Usando GTK](https://labex.io/pt/courses/project-create-a-simple-stopwatch-app-using-gtk) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-create-a-simple-stopwatch-app-using-gtk) |
27+
| 11 | [Criando uma Animação de Relógio Simples Usando OpenGL](https://labex.io/pt/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) |
28+
| 12 | [Criando uma Animação de Coração Dinâmica com C](https://labex.io/pt/courses/project-creating-a-dynamic-heart-animation-with-c) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-creating-a-dynamic-heart-animation-with-c) |
29+
| 13 | [Implementando Funções Callback em C](https://labex.io/pt/courses/project-callback-functions) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-callback-functions) |
30+
| 14 | [Sincronizar Impressão Multithread com Mutex](https://labex.io/pt/courses/project-chaotic-typewriter) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-chaotic-typewriter) |
31+
| 15 | [Análise de Argumentos da Linha de Comando em C](https://labex.io/pt/courses/project-command-line-arguments) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-command-line-arguments) |
32+
| 16 | [Implementando Lista Duplamente Ligada em C](https://labex.io/pt/courses/project-doubly-linked-list) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-doubly-linked-list) |
33+
| 17 | [Implementando a Estrutura de Dados Fila em C](https://labex.io/pt/courses/project-implementing-a-queue) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-implementing-a-queue) |
34+
| 18 | [Ordenando Cursos com Bubble Sort](https://labex.io/pt/courses/project-organizing-course-list) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-organizing-course-list) |
3535

3636
## Mais
3737

3838
- 🔗 [C Saiba mais sobre](https://labex.io/pt/skilltrees/c)
39-
- 🔗 [Awesome Projetos de Programação](https://github.com/labex-labs/awesome-programming-projects)
40-
- 🔗 [Awesome Cursos de Programação](https://github.com/labex-labs/awesome-programming-courses)
39+
- 🔗 [Projetos de Programação Incríveis](https://github.com/labex-labs/awesome-programming-projects)
40+
- 🔗 [Cursos de Programação Incríveis](https://github.com/labex-labs/awesome-programming-courses)
4141

0 commit comments

Comments
 (0)