Skip to content

Commit

Permalink
Update 미로 탈출 게임.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zziziz authored Dec 1, 2024
1 parent 16b04f9 commit dc1b483
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 미로 탈출 게임.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
##### 4️⃣ 코드 상세 분석
# Termial에 "pip install pygame"해서 설치 후 실행

# import pygame
# import sys
#### import pygame
#### import sys

# pygame: 파이썬용 2D 게임 라이브러리. 화면, 입력, 오디오 등 게임 개발에 필요한 기능을 제공.
# sys: 프로그램 종료(sys.exit()) 등을 위해 사용.
#### pygame: 파이썬용 2D 게임 라이브러리. 화면, 입력, 오디오 등 게임 개발에 필요한 기능을 제공.
#### sys: 프로그램 종료(sys.exit()) 등을 위해 사용.


# 초기 설정
Expand Down

0 comments on commit dc1b483

Please sign in to comment.