10000 4단원 구현의 게임개발의 답안에 오류가 있다고 생각됩니다. · Issue #208 · ndb796/python-for-coding-test · GitHub
[go: up one dir, main page]

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

Description

@justinshin0204

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로 생각하신 실수를 하신 것 같은데
확인 부탁드립니다.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0