issues
search
SonHyeWon
/
SnakeGame
GNU General Public License v3.0
0
stars
2
forks
source link
[0.3.8] updateHead 함수 구현 및 사용
#26
Closed
mellime
closed
4 years ago
mellime
commented
4 years ago
main.c에서 머리의 방향에 따라 머리를 이동시키는 switch 조건문 삭제 object.h에 updateHead 함수 선언 후, object.c에서 머리를 이동시키는 함수인 updateHead 구현 미리 만들어져 있는 moveSnake 함수에서 updateHead 함수 사용
object.h와 object.c의 UpdateBody 함수를 updateBody로 함수명 변경
SonHyeWon
commented
4 years ago
확인했습니다.
hongyj9823
commented
4 years ago
확인했습니다.
MtNight
commented
4 years ago
함수 이름 변경 확인했습니다. 감사합니다!