Skip to content

Commit 301f210

Browse files
committed
Update README_es.md
1 parent 31c0db8 commit 301f210

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README_es.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ La programación en C es la base de la informática. Este Skill Tree ofrece una
1414

1515
| Índice | Nombre | Dificultad | Práctica |
1616
|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|-----------------------------------------------------------------------------------------------------------------------|
17-
| 01 | [Construir Flappy Bird con C](https://labex.io/es/courses/project-building-flappy-bird-using-c) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-building-flappy-bird-using-c) |
18-
| 02 | [Creación de una calculadora simple utilizando C](https://labex.io/es/courses/project-making-a-simple-calculator-using-c) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-making-a-simple-calculator-using-c) |
19-
| 03 | [Creación de un juego de Gomoku en C](https://labex.io/es/courses/project-creating-a-gomoku-game-in-c) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-creating-a-gomoku-game-in-c) |
20-
| 04 | [Creación de un juego de serpiente en C](https://labex.io/es/courses/project-creating-a-snake-game-in-c) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-creating-a-snake-game-in-c) |
21-
| 05 | [Estadísticas de tipos de archivos utilizando C](https://labex.io/es/courses/project-file-type-statistics-using-c) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-file-type-statistics-using-c) |
22-
| 06 | [Programa de Práctica de Escritura a Teclado con C](https://labex.io/es/courses/project-typing-practice-program-using-c) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-typing-practice-program-using-c) |
23-
| 07 | [Creación de un juego 2048 en C](https://labex.io/es/courses/project-creating-a-2048-game-in-c) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-creating-a-2048-game-in-c) |
24-
| 08 | [Creación de una cascada de código en C utilizando Ncurses](https://labex.io/es/courses/project-creating-a-code-rain-in-c-using-ncurses) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-creating-a-code-rain-in-c-using-ncurses) |
25-
| 09 | [Creación de un juego simple de Tres en Raya en C](https://labex.io/es/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-creating-a-simple-tic-tac-toe-game-in-c) |
26-
| 10 | [Crear una aplicación de cronómetro simple utilizando GTK](https://labex.io/es/courses/project-create-a-simple-stopwatch-app-using-gtk) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-create-a-simple-stopwatch-app-using-gtk) |
27-
| 11 | [Creación de una animación de reloj simple utilizando OpenGL](https://labex.io/es/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) |
28-
| 12 | [Creación de una animación dinámica de corazón con C](https://labex.io/es/courses/project-creating-a-dynamic-heart-animation-with-c) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-creating-a-dynamic-heart-animation-with-c) |
29-
| 13 | [Implementación de Funciones de Callback en C](https://labex.io/es/courses/project-callback-functions) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-callback-functions) |
30-
| 14 | [Sincronizar la impresión multihilo con Mutex](https://labex.io/es/courses/project-chaotic-typewriter) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-chaotic-typewriter) |
31-
| 15 | [Análisis de argumentos de línea de comandos en C](https://labex.io/es/courses/project-command-line-arguments) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-command-line-arguments) |
32-
| 16 | [Implementación de una lista doblemente enlazada en C](https://labex.io/es/courses/project-doubly-linked-list) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-doubly-linked-list) |
33-
| 17 | [Implementación de la estructura de datos Cola en C](https://labex.io/es/courses/project-implementing-a-queue) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-implementing-a-queue) |
34-
| 18 | [Ordenar cursos con el algoritmo de burbuja](https://labex.io/es/courses/project-organizing-course-list) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-organizing-course-list) |
17+
| 01 | [Construir Flappy Bird con C](https://labex.io/es/courses/project-building-flappy-bird-using-c) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-building-flappy-bird-using-c) |
18+
| 02 | [Creación de una calculadora simple utilizando C](https://labex.io/es/courses/project-making-a-simple-calculator-using-c) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-making-a-simple-calculator-using-c) |
19+
| 03 | [Creación de un juego de Gomoku en C](https://labex.io/es/courses/project-creating-a-gomoku-game-in-c) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-creating-a-gomoku-game-in-c) |
20+
| 04 | [Creación de un juego de serpiente en C](https://labex.io/es/courses/project-creating-a-snake-game-in-c) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-creating-a-snake-game-in-c) |
21+
| 05 | [Estadísticas de tipos de archivos utilizando C](https://labex.io/es/courses/project-file-type-statistics-using-c) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-file-type-statistics-using-c) |
22+
| 06 | [Programa de Práctica de Escritura a Teclado con C](https://labex.io/es/courses/project-typing-practice-program-using-c) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-typing-practice-program-using-c) |
23+
| 07 | [Creación de un juego 2048 en C](https://labex.io/es/courses/project-creating-a-2048-game-in-c) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-creating-a-2048-game-in-c) |
24+
| 08 | [Creación de una cascada de código en C utilizando Ncurses](https://labex.io/es/courses/project-creating-a-code-rain-in-c-using-ncurses) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-creating-a-code-rain-in-c-using-ncurses) |
25+
| 09 | [Creación de un juego simple de Tres en Raya en C](https://labex.io/es/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-creating-a-simple-tic-tac-toe-game-in-c) |
26+
| 10 | [Crear una aplicación de cronómetro simple utilizando GTK](https://labex.io/es/courses/project-create-a-simple-stopwatch-app-using-gtk) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-create-a-simple-stopwatch-app-using-gtk) |
27+
| 11 | [Creación de una animación de reloj simple utilizando OpenGL](https://labex.io/es/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) |
28+
| 12 | [Creación de una animación dinámica de corazón con C](https://labex.io/es/courses/project-creating-a-dynamic-heart-animation-with-c) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-creating-a-dynamic-heart-animation-with-c) |
29+
| 13 | [Implementación de Funciones de Callback en C](https://labex.io/es/courses/project-callback-functions) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-callback-functions) |
30+
| 14 | [Sincronizar la impresión multihilo con Mutex](https://labex.io/es/courses/project-chaotic-typewriter) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-chaotic-typewriter) |
31+
| 15 | [Análisis de argumentos de línea de comandos en C](https://labex.io/es/courses/project-command-line-arguments) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-command-line-arguments) |
32+
| 16 | [Implementación de una lista doblemente enlazada en C](https://labex.io/es/courses/project-doubly-linked-list) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-doubly-linked-list) |
33+
| 17 | [Implementación de la estructura de datos Cola en C](https://labex.io/es/courses/project-implementing-a-queue) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-implementing-a-queue) |
34+
| 18 | [Ordenar cursos con el algoritmo de burbuja](https://labex.io/es/courses/project-organizing-course-list) | Principiante | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-organizing-course-list) |
3535

3636
## Más
3737

3838
- 🔗 [C Aprende más sobre](https://labex.io/es/skilltrees/c)
39-
- 🔗 [Awesome Proyectos de Programación](https://github.com/labex-labs/awesome-programming-projects)
40-
- 🔗 [Awesome Cursos de Programación](https://github.com/labex-labs/awesome-programming-courses)
39+
- 🔗 [Proyectos de Programación Increíbles](https://github.com/labex-labs/awesome-programming-projects)
40+
- 🔗 [Cursos de Programación Increíbles](https://github.com/labex-labs/awesome-programming-courses)
4141

0 commit comments

Comments
 (0)