- ScheduledWalk/창섭&상규 . . . . 10 matches
* 판 위에 올라갈 수 있다.(MyBoard, GoOnBoard) | 판(Board)
Board *MyBoard;
MyBoard=board;
MyBoard->LeaveTrace(startlocation);
while(MyBoard->IsAllCellsPassed()==false || journey->IsFinished()==false)
if(CurrentLocation.x==-1) CurrentLocation.x=MyBoard->BoardSize.height-1;
if(CurrentLocation.x==MyBoard->BoardSize.height) CurrentLocation.x=0;
if(CurrentLocation.y==-1) CurrentLocation.y=MyBoard->BoardSize.width-1;
if(CurrentLocation.y==MyBoard->BoardSize.width) CurrentLocation.y=0;
MyBoard->LeaveTrace(CurrentLocation);
Found 1 matching page out of 7555 total pages (5000 pages are searched)
You can also click here to search title.