Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
지난주에 모기에 물린 경험에 분노해 제작한 모기잡기 게임
모기가 날아다닐 때 모기 소리와 불빛으로 모기 위치를 파악하고 모기가 벽에 앉으면 모기를 마우스로 클릭해서 잡을 수 있습니다.
모기는 랜덤하게 날아다니다가 현재 위치에서 가장 가까운 벽에 ray cast를 쏘고 hit 한 포지션으로 이동합니다.
3round 안에 모기를 다 잡지 못하면 피가 다 빨려 게임오버, 그 안에 모기를 다 잡으면 편하게 잠들 수 있습니다.
플레이영상 (소리가 뽀인트인데 맥이 소리녹음이 안돼서 소리가 누락되어있습니다ㅠㅠㅠ) 구글 드라이브 링크 :
https://drive.google.com/file/d/1VMSdaPmc9p6CNEckKbBqO8Qc6WPqqsjD/view?usp=sharing
어려웠던 점 : 플레이어 움직임을 존레몬 과제를 많이 참고했는데 존레몬처럼 길이 있는 공간이 아니라 오픈된 방안에서 움직여야 해서 움직이는 방식을 잘못 선택한 것 같습니다. 플레이하면서 방향이 너무 헷갈려요! ㅠㅠ 모기의 랜덤한 움직임도 결국 구글링을 참고해서 스크립트로 구현했는데 부자연스러운 부분이 있어서 개선이 필요합니다.