-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
25 changed files
with
189 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# 게임 구조 (발표용) | ||
|이름|설명| | ||
|:---:|:---:| | ||
|[동적 카메라](./dynamic_camera.md)|.| | ||
|[업스케일링](./upscailing.md)|.| | ||
|[마우스 좌표](./mouse_position.md)|.| | ||
|[동적 텍스트 애니메이션](./dynamic_text_animation.md)|.| | ||
|[중력 & 점프](./gravity_and_jump.md)|.| | ||
|[무적 시간](./grace_period.md)|.| | ||
|[충돌 감지](./bound.md)|.| | ||
|[스프라이트](./sprite.md)|.| | ||
|[캐릭터](./characters.md)|.| | ||
|[체력](./hp_bar.md)|.| | ||
|[버튼](./button.md)|.| | ||
|[사망 이벤트](./dead_event.md)|.| | ||
|[ESC 화면](./pause_menu.md)|.| | ||
|[설정](./settings.md)|.| | ||
|[인트로](./intro.md)| | ||
|[메인 메뉴](./menu.md)| | ||
|[SFX](./sfx.md)|.| | ||
|[CLI](./cli.md)|.| | ||
|
||
- 설명 흐름 기준 | ||
|
||
## TODO (우선순위 기준) | ||
- [ ] 월드 좌표 + 업스케일링 + 마우스 좌표 | ||
- [ ] 동적 텍스트 애니메이션 (+ 자동 newline) | ||
- [ ] 시간 관리 (예정) | ||
- [ ] 중력 + 점프 | ||
- [ ] 스프라이트 | ||
- [ ] 캐릭터 | ||
- [ ] 무적 시간 | ||
- [ ] 체력 (+ 체력 회복 (예정)) | ||
- [ ] 충돌 감지 | ||
- [ ] 버튼 | ||
- [ ] 사망 이벤트 | ||
- [ ] ESC 화면 | ||
- [ ] 설정 | ||
- [ ] 인트로 | ||
- [ ] 메인 메뉴 | ||
- [ ] SFX | ||
- [ ] CLI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.