Skip to content

Commit c2c129f

Browse files
committed
Update README_fr.md
1 parent 301f210 commit c2c129f

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README_fr.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ La programmation en C est la pierre angulaire de l'informatique. Cet arbre de co
1414

1515
| Index | Nom | Difficulté | Pratique |
1616
|---------|------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|--------------------------------------------------------------------------------------------------------------------|
17-
| 01 | [Création de Flappy Bird en utilisant le langage C](https://labex.io/fr/courses/project-building-flappy-bird-using-c) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-building-flappy-bird-using-c) |
18-
| 02 | [Création d'une calculatrice simple en utilisant le langage C](https://labex.io/fr/courses/project-making-a-simple-calculator-using-c) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-making-a-simple-calculator-using-c) |
19-
| 03 | [Création d'un jeu de Gomoku en C](https://labex.io/fr/courses/project-creating-a-gomoku-game-in-c) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-creating-a-gomoku-game-in-c) |
20-
| 04 | [Création d'un jeu du serpent en C](https://labex.io/fr/courses/project-creating-a-snake-game-in-c) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-creating-a-snake-game-in-c) |
21-
| 05 | [Statistiques des types de fichiers avec le langage C](https://labex.io/fr/courses/project-file-type-statistics-using-c) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-file-type-statistics-using-c) |
22-
| 06 | [Programme d'entraînement à la frappe en utilisant le langage C](https://labex.io/fr/courses/project-typing-practice-program-using-c) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-typing-practice-program-using-c) |
23-
| 07 | [Création d'un jeu 2048 en C](https://labex.io/fr/courses/project-creating-a-2048-game-in-c) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-creating-a-2048-game-in-c) |
24-
| 08 | [Création d'une pluie de code en C en utilisant Ncurses](https://labex.io/fr/courses/project-creating-a-code-rain-in-c-using-ncurses) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-creating-a-code-rain-in-c-using-ncurses) |
25-
| 09 | [Création d'un jeu de Morpion simple en C](https://labex.io/fr/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-creating-a-simple-tic-tac-toe-game-in-c) |
26-
| 10 | [Créer une application de chronomètre simple avec GTK](https://labex.io/fr/courses/project-create-a-simple-stopwatch-app-using-gtk) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-create-a-simple-stopwatch-app-using-gtk) |
27-
| 11 | [Création d'une animation d'horloge simple avec OpenGL](https://labex.io/fr/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) |
28-
| 12 | [Création d'une animation dynamique de cœur avec le langage C](https://labex.io/fr/courses/project-creating-a-dynamic-heart-animation-with-c) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-creating-a-dynamic-heart-animation-with-c) |
29-
| 13 | [Implémentation de fonctions de rappel en C](https://labex.io/fr/courses/project-callback-functions) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-callback-functions) |
30-
| 14 | [Synchroniser l'impression multithreadée avec un mutex](https://labex.io/fr/courses/project-chaotic-typewriter) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-chaotic-typewriter) |
31-
| 15 | [Analyse des arguments de ligne de commande en C](https://labex.io/fr/courses/project-command-line-arguments) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-command-line-arguments) |
32-
| 16 | [Implémentation d'une liste doublement chaînée en C](https://labex.io/fr/courses/project-doubly-linked-list) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-doubly-linked-list) |
33-
| 17 | [Implémentation de la structure de données File en C](https://labex.io/fr/courses/project-implementing-a-queue) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-implementing-a-queue) |
34-
| 18 | [Tri des cours avec le tri à bulles](https://labex.io/fr/courses/project-organizing-course-list) | ★☆☆ | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-organizing-course-list) |
17+
| 01 | [Création de Flappy Bird en utilisant le langage C](https://labex.io/fr/courses/project-building-flappy-bird-using-c) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-building-flappy-bird-using-c) |
18+
| 02 | [Création d'une calculatrice simple en utilisant le langage C](https://labex.io/fr/courses/project-making-a-simple-calculator-using-c) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-making-a-simple-calculator-using-c) |
19+
| 03 | [Création d'un jeu de Gomoku en C](https://labex.io/fr/courses/project-creating-a-gomoku-game-in-c) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-creating-a-gomoku-game-in-c) |
20+
| 04 | [Création d'un jeu du serpent en C](https://labex.io/fr/courses/project-creating-a-snake-game-in-c) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-creating-a-snake-game-in-c) |
21+
| 05 | [Statistiques des types de fichiers avec le langage C](https://labex.io/fr/courses/project-file-type-statistics-using-c) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-file-type-statistics-using-c) |
22+
| 06 | [Programme d'entraînement à la frappe en utilisant le langage C](https://labex.io/fr/courses/project-typing-practice-program-using-c) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-typing-practice-program-using-c) |
23+
| 07 | [Création d'un jeu 2048 en C](https://labex.io/fr/courses/project-creating-a-2048-game-in-c) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-creating-a-2048-game-in-c) |
24+
| 08 | [Création d'une pluie de code en C en utilisant Ncurses](https://labex.io/fr/courses/project-creating-a-code-rain-in-c-using-ncurses) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-creating-a-code-rain-in-c-using-ncurses) |
25+
| 09 | [Création d'un jeu de Morpion simple en C](https://labex.io/fr/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-creating-a-simple-tic-tac-toe-game-in-c) |
26+
| 10 | [Créer une application de chronomètre simple avec GTK](https://labex.io/fr/courses/project-create-a-simple-stopwatch-app-using-gtk) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-create-a-simple-stopwatch-app-using-gtk) |
27+
| 11 | [Création d'une animation d'horloge simple avec OpenGL](https://labex.io/fr/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) |
28+
| 12 | [Création d'une animation dynamique de cœur avec le langage C](https://labex.io/fr/courses/project-creating-a-dynamic-heart-animation-with-c) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-creating-a-dynamic-heart-animation-with-c) |
29+
| 13 | [Implémentation de fonctions de rappel en C](https://labex.io/fr/courses/project-callback-functions) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-callback-functions) |
30+
| 14 | [Synchroniser l'impression multithreadée avec un mutex](https://labex.io/fr/courses/project-chaotic-typewriter) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-chaotic-typewriter) |
31+
| 15 | [Analyse des arguments de ligne de commande en C](https://labex.io/fr/courses/project-command-line-arguments) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-command-line-arguments) |
32+
| 16 | [Implémentation d'une liste doublement chaînée en C](https://labex.io/fr/courses/project-doubly-linked-list) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-doubly-linked-list) |
33+
| 17 | [Implémentation de la structure de données File en C](https://labex.io/fr/courses/project-implementing-a-queue) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-implementing-a-queue) |
34+
| 18 | [Tri des cours avec le tri à bulles](https://labex.io/fr/courses/project-organizing-course-list) | Débutant | [🚀 Commencer le Lab](https://labex.io/fr/courses/project-organizing-course-list) |
3535

3636
## Plus
3737

3838
- 🔗 [C En savoir plus sur](https://labex.io/fr/skilltrees/c)
39-
- 🔗 [Awesome Projets de Programmation](https://github.com/labex-labs/awesome-programming-projects)
40-
- 🔗 [Awesome Cours de Programmation](https://github.com/labex-labs/awesome-programming-courses)
39+
- 🔗 [Projets de Programmation Formidables](https://github.com/labex-labs/awesome-programming-projects)
40+
- 🔗 [Cours de Programmation Formidables](https://github.com/labex-labs/awesome-programming-courses)
4141

0 commit comments

Comments
 (0)