-
Notifications
You must be signed in to change notification settings - Fork 0
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
191130 #12
Comments
명령이 딱 두가지
GUI에서 둬야할 변수
|
ColorBlob, Hazard colorblob은 처음부터 없고 colorblob 생기면 회색으로 표시하고 새롭게 포인트 지정 |
4 HAZARD 는 발견시 6으로 XXXXX |
0 EMPTY 시작점은 맵 init할때 로봇 위치 정해줌! |
우찬꺼의 Map이랑 내꺼의 Mapdata랑 겹침 |
POINT |
해볼거
DrawPanel 생각
hazard (, )
start (,)
이런식으로 좌표 받아올거니까
MapMatrix 그냥 만들고
0 빈공간
1 hazard
2 start
3 colorblob
4 robot
이런식으로 값 정해놓고
init
다 0으로 해두고
Mapdata 바꿔서
mapmtrix[i][j] = 1
이런식으로 바꿔주는 식으로
하고
repaint로 새로 다 그려주는 식으로 하기
로봇 방향 생각도 해야함
movestatus 써서
이미지 4개 짤라서 쓰기
더 나아가는 방향은
5 path
해서
앞으로 나갈경로 빨간 사각형으로 보여줄 수도 ㅇㅆ겟음
유의점
근데 그럼 나중에 path 받아오는게
위 옆 옆 위 이런명령이아니라
(,)
(,)
이런식으로 좌표값 나열이면 쉽게 할 수 잇음
위 옆 옆 위 이것도
뭐 할라면 생각해보니 할수잇을듯
지금좌표 x,y 받아서
내가 위 옆 옆 위 이걸로
x, y+1
x+1 y+1
이런식으로 만들어 넣고 그리면되니까
The text was updated successfully, but these errors were encountered: