Skip to content

Commit 46d1afa

Browse files
committed
Update README_ko.md
1 parent e78025c commit 46d1afa

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README_ko.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ C 프로그래밍은 컴퓨터 과학의 초석입니다. 이 스킬 트리는 C
1414

1515
| 인덱스 | 이름 | 난이도 | 연습 |
1616
|----------|-----------------------------------------------------------------------------------------------------------------------------------------------|----------|-------------------------------------------------------------------------------------------------------------|
17-
| 01 | [C 언어로 플래피 버드 만들기](https://labex.io/ko/courses/project-building-flappy-bird-using-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-building-flappy-bird-using-c) |
18-
| 02 | [C 언어를 사용한 간단한 계산기 만들기](https://labex.io/ko/courses/project-making-a-simple-calculator-using-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-making-a-simple-calculator-using-c) |
19-
| 03 | [C 언어로 오목 게임 만들기](https://labex.io/ko/courses/project-creating-a-gomoku-game-in-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-gomoku-game-in-c) |
20-
| 04 | [C 언어로 뱀 게임 만들기](https://labex.io/ko/courses/project-creating-a-snake-game-in-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-snake-game-in-c) |
21-
| 05 | [C 언어를 사용한 파일 유형 통계](https://labex.io/ko/courses/project-file-type-statistics-using-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-file-type-statistics-using-c) |
22-
| 06 | [C 언어를 사용한 타자 연습 프로그램](https://labex.io/ko/courses/project-typing-practice-program-using-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-typing-practice-program-using-c) |
23-
| 07 | [C 언어로 2048 게임 만들기](https://labex.io/ko/courses/project-creating-a-2048-game-in-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-2048-game-in-c) |
24-
| 08 | [Ncurses 를 사용하여 C 로 코드 레인 만들기](https://labex.io/ko/courses/project-creating-a-code-rain-in-c-using-ncurses) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-code-rain-in-c-using-ncurses) |
25-
| 09 | [C 언어로 간단한 틱택토 게임 만들기](https://labex.io/ko/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-simple-tic-tac-toe-game-in-c) |
26-
| 10 | [GTK 를 사용하여 간단한 스톱워치 앱 만들기](https://labex.io/ko/courses/project-create-a-simple-stopwatch-app-using-gtk) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-create-a-simple-stopwatch-app-using-gtk) |
27-
| 11 | [OpenGL 을 사용한 간단한 시계 애니메이션 만들기](https://labex.io/ko/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) |
28-
| 12 | [C 언어로 동적 하트 애니메이션 만들기](https://labex.io/ko/courses/project-creating-a-dynamic-heart-animation-with-c) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-dynamic-heart-animation-with-c) |
29-
| 13 | [C 언어 콜백 함수 구현](https://labex.io/ko/courses/project-callback-functions) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-callback-functions) |
30-
| 14 | [Mutex 를 사용한 멀티스레드 프린팅 동기화](https://labex.io/ko/courses/project-chaotic-typewriter) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-chaotic-typewriter) |
31-
| 15 | [C 언어에서 명령줄 인수 파싱](https://labex.io/ko/courses/project-command-line-arguments) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-command-line-arguments) |
32-
| 16 | [C 언어 기반 이중 연결 리스트 구현](https://labex.io/ko/courses/project-doubly-linked-list) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-doubly-linked-list) |
33-
| 17 | [C 언어로 큐 자료구조 구현하기](https://labex.io/ko/courses/project-implementing-a-queue) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-implementing-a-queue) |
34-
| 18 | [버블 정렬로 코스 정렬하기](https://labex.io/ko/courses/project-organizing-course-list) | ★☆☆ | [🚀 실습 시작](https://labex.io/ko/courses/project-organizing-course-list) |
17+
| 01 | [C 언어로 플래피 버드 만들기](https://labex.io/ko/courses/project-building-flappy-bird-using-c) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-building-flappy-bird-using-c) |
18+
| 02 | [C 언어를 사용한 간단한 계산기 만들기](https://labex.io/ko/courses/project-making-a-simple-calculator-using-c) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-making-a-simple-calculator-using-c) |
19+
| 03 | [C 언어로 오목 게임 만들기](https://labex.io/ko/courses/project-creating-a-gomoku-game-in-c) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-gomoku-game-in-c) |
20+
| 04 | [C 언어로 뱀 게임 만들기](https://labex.io/ko/courses/project-creating-a-snake-game-in-c) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-snake-game-in-c) |
21+
| 05 | [C 언어를 사용한 파일 유형 통계](https://labex.io/ko/courses/project-file-type-statistics-using-c) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-file-type-statistics-using-c) |
22+
| 06 | [C 언어를 사용한 타자 연습 프로그램](https://labex.io/ko/courses/project-typing-practice-program-using-c) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-typing-practice-program-using-c) |
23+
| 07 | [C 언어로 2048 게임 만들기](https://labex.io/ko/courses/project-creating-a-2048-game-in-c) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-2048-game-in-c) |
24+
| 08 | [Ncurses 를 사용하여 C 로 코드 레인 만들기](https://labex.io/ko/courses/project-creating-a-code-rain-in-c-using-ncurses) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-code-rain-in-c-using-ncurses) |
25+
| 09 | [C 언어로 간단한 틱택토 게임 만들기](https://labex.io/ko/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-simple-tic-tac-toe-game-in-c) |
26+
| 10 | [GTK 를 사용하여 간단한 스톱워치 앱 만들기](https://labex.io/ko/courses/project-create-a-simple-stopwatch-app-using-gtk) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-create-a-simple-stopwatch-app-using-gtk) |
27+
| 11 | [OpenGL 을 사용한 간단한 시계 애니메이션 만들기](https://labex.io/ko/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) |
28+
| 12 | [C 언어로 동적 하트 애니메이션 만들기](https://labex.io/ko/courses/project-creating-a-dynamic-heart-animation-with-c) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-creating-a-dynamic-heart-animation-with-c) |
29+
| 13 | [C 언어 콜백 함수 구현](https://labex.io/ko/courses/project-callback-functions) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-callback-functions) |
30+
| 14 | [Mutex 를 사용한 멀티스레드 프린팅 동기화](https://labex.io/ko/courses/project-chaotic-typewriter) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-chaotic-typewriter) |
31+
| 15 | [C 언어에서 명령줄 인수 파싱](https://labex.io/ko/courses/project-command-line-arguments) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-command-line-arguments) |
32+
| 16 | [C 언어 기반 이중 연결 리스트 구현](https://labex.io/ko/courses/project-doubly-linked-list) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-doubly-linked-list) |
33+
| 17 | [C 언어로 큐 자료구조 구현하기](https://labex.io/ko/courses/project-implementing-a-queue) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-implementing-a-queue) |
34+
| 18 | [버블 정렬로 코스 정렬하기](https://labex.io/ko/courses/project-organizing-course-list) | 초급 | [🚀 실습 시작](https://labex.io/ko/courses/project-organizing-course-list) |
3535

3636
## 더 보기
3737

3838
- 🔗 [C 자세히 알아보기](https://labex.io/ko/skilltrees/c)
39-
- 🔗 [Awesome 프로그래밍 프로젝트](https://github.com/labex-labs/awesome-programming-projects)
40-
- 🔗 [Awesome 프로그래밍 코스](https://github.com/labex-labs/awesome-programming-courses)
39+
- 🔗 [멋진 프로그래밍 프로젝트](https://github.com/labex-labs/awesome-programming-projects)
40+
- 🔗 [멋진 프로그래밍 코스](https://github.com/labex-labs/awesome-programming-courses)
4141

0 commit comments

Comments
 (0)