19-2-SKKU-OSS / 2019-2-OSS-L8

1.한글 자음/모음을 분리, 조합 및 한글 자음/모음 포함 검색할 수 있는 프로젝트 2.무료 파이썬 게임을 즐길 수 있는 프로젝트
GNU General Public License v3.0
5 stars 5 forks source link

[NOTICE] Snake Game 에서 len(snake) == 1 일때 오류 #30

Closed Ahnsanghyun-hi closed 4 years ago

Ahnsanghyun-hi commented 4 years ago

len(snake) == 1 인 상황에 trash 를 먹었을 경우 에러 발생.

wyuinche commented 4 years ago

어떤 에러가 발생하나요?

Ahnsanghyun-hi commented 4 years ago

index error 가 발생했었는데, 지금 해결되었습니다.