-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat][#2] 게임 클라이언트 구현 #17
[Feat][#2] 게임 클라이언트 구현 #17
Conversation
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
간단한 게임 화면을 잘 구성했네요.
코멘트 드린 부분만 확인 부탁드립니다!
sendPlayerMoveRequest(direction); | ||
} | ||
renderScene(); | ||
requestAnimationFrame(gameLoop); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 메소드가 없는 것 같아요. 확인부탁드립니다 😀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
해당 메서드는 브라우저에 내장된 메서드 인데 혹시 어떤 환경에서 실행해보신걸까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 그렇군요 감사합니다 ㅎㅎ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 👏👏
🔗관련 이슈
✨작업 내용
감사합니다