|
| 1 | +# Práctica de Proyectos de Programación de C |
| 2 | + |
| 3 | +## Idiomas |
| 4 | + |
| 5 | +🇨🇳 [简体中文](README_zh.md) 🇯🇵 [日本語](README_ja.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md) |
| 6 | + |
| 7 | +<div align="center"> |
| 8 | +<img width="128px" src="https://file.labex.io/path/GAbMWgBPUOxV.png"> |
| 9 | +</div> |
| 10 | + |
| 11 | +La programación en C es la base de la informática. Este Skill Tree ofrece una forma sistemática de aprender el lenguaje C. Es ideal para principiantes en programación, proporcionando un camino claro para comprender la gestión de memoria, punteros y programación a nivel de sistema. Cursos prácticos sin video y ejercicios de codificación en un entorno interactivo de lenguaje C te ayudarán a desarrollar habilidades prácticas en la escritura de programas eficientes en C. |
| 12 | + |
| 13 | +## Ejercicios |
| 14 | + |
| 15 | +| Índice | Nombre | Dificultad | Práctica | |
| 16 | +|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|-----------------------------------------------------------------------------------------------------------------------| |
| 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) | |
| 35 | +| 19 | [Building Remote Shell Client](https://labex.io/es/courses/project-remote-shell) | ★☆☆ | [🚀 Iniciar Laboratorio](https://labex.io/es/courses/project-remote-shell) | |
| 36 | + |
| 37 | +## Más |
| 38 | + |
| 39 | +- 🔗 [C Aprende más sobre](https://labex.io/es/skilltrees/c) |
| 40 | +- 🔗 [Awesome Programming Projects](https://github.com/labex-labs/awesome-programming-projects) |
| 41 | +- 🔗 [Awesome Programming Courses](https://github.com/labex-labs/awesome-programming-courses) |
| 42 | + |
0 commit comments