Skip to content
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

4단원 구현의 게임개발의 답안에 오류가 있다고 생각됩니다. #208

Open
justinshin0204 opened this issue Feb 15, 2024 · 0 comments

Comments

@justinshin0204
Copy link

justinshin0204 commented Feb 15, 2024

array에 담은이상
1 1 1 1
1 0 0 1
1 1 0 1
1 1 1 1
(1,1) 북쪽을 보고있는 상태 (0) 에서 이동한다고 가정했을때 (dx,dy)를 (-1,0) 이 아닌 (0,-1) 로 놓아야 합니다.
array[1][1] 가 array[1][0] 으로 가는 것이지 array[0][1] 로 가야하는 것이 아니니까요.
아마 가로축을 x로 생각하신 실수를 하신 것 같은데
확인 부탁드립니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant