Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun-hyang authored Dec 11, 2022
1 parent 790c281 commit 20911ff
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@
# 메이플스토리 인내의 숲

## 설계
메인기능: 1. 게임 기본틀 구현 <br>
1-1. 맵 구현 - 배경 <br>
1-2. 플레이어 - 이동, 점프 <br>
1-3. 충돌 <Br>
hasintersected(), hitby() <br>
1-4. 발판 (고정) <br>
프레임드랍(128개까지 성능저하 X) <br>
메인기능: <br>
1. 게임 기본틀 구현<br>
1-1. 발판 (platform) - 고정<br>
1-2. 플레이어(Jumper) - 이동, 점프<br>
1-3. 충돌 hasintersected(), hitby()<br>
1-4. 맵 구현 – 배경 – 맵 1,2,3<br>
<br>
2. 이미지 입히기 <br>
3. 카메라 시점 <br>
2. 게임 룰 적용<br>
2-1. 화면 텍스트 구현 (DisplayText)<br>
2-2. 게임상태정보 저장 (Status)<br>
2-3. 골– 다음 맵 이동<br>
2-4. 게임 종료 – Retry / Final Goal<br>
<br>
3. 기타<br>
3-1. 카메라 시점 고정<br>
3-2. light move<br>

0 comments on commit 20911ff

Please sign in to comment.