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 7965c70 commit 7b163b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 미로 탈출 게임.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@

###### pygame.Rect 객체: 사각형을 나타내는 클래스. 게임의 충돌 감지나 위치 확인 등에 유용.
###### pygame.Rect(x, y, width, height): 사각형의 시작 좌표 (x, y)와 크기 (width, height)를 지정.
###### 1.player:
###### 1. player:
###### 시작 위치 (50, 50)에 크기 30x30의 사각형. 이 게임에서 조작 가능한 "플레이어" 역할.
###### 2.goal:
###### 2. goal:
###### -목표 지점. 화면 오른쪽 하단 (WIDTH - 80, HEIGHT - 80)에 크기 50x50의 사각형.
###### -이 지점에 도달하면 게임에서 승리할 수 있음.
###### 3.player:
###### 3. player:
###### 미로를 구성하는 벽 목록. 각 pygame.Rect 객체는 게임에서 장애물 역할을 함.
###### 세 개의 벽이 정의됨:
###### -첫 번째: (200, 100) 위치, 크기 400x20.
Expand Down

0 comments on commit 7b163b2

Please sign in to comment.