这是优唯思中迷宫游戏10关,非常复杂,对专业编程人员也非易事,这里将其JavaScript源代码与大家分享。对程序中可能的缺陷,敬请斧正。
while ( notDone( ))
{
moveForward( );
moveForward( );
if ( isPathForward( ))
{
if ( isPathRight( ))
{
turnRight( );
}
else
{
turnLeft( );
}
}
else
{
turnLeft( );
moveForward( );
turnRight( );
}
}
©2015 - 2025 优唯思编程   |   Copyright 2015 All Rights 成都优威骐骥教育科技有限公司  |  网站备案号:蜀ICP备16015136号