xh20160214
陈宇杰 Lv5  
课程作者
游戏迷宫10JavaScript编程
已学习:7325   提交:0   发表于2019-02-16 16:07:53

这是优唯思中迷宫游戏10关,非常复杂,对专业编程人员也非易事,这里将其JavaScript源代码与大家分享。对程序中可能的缺陷,敬请斧正。

while ( notDone( ))

{

    moveForward( );

    moveForward( );

    if ( isPathForward( ))

    {

        if ( isPathRight( ))

        {

            turnRight( );

        }

        else

        {

            turnLeft( );

         }

    }

    else

    {

        turnLeft( );

        moveForward( );

        turnRight( );

    }

}




 
学习列表
默认   热门   正序   倒序
暂无班级信息
等级:0级
优币:
好奇少年:
最新作业
左邻右舍
{"竞赛编程":"http://www.uwis.cn/uide/","课程编辑":"http://www.135editor.com/","成信大":"http://www.cuit.edu.cn","老版优唯思":"http://old.uwis.cn","图文发帖":"http://yz.uwis.cn/index.php?c=edit&type=read&pyteditorload=no"}

©2015 - 2025 优唯思编程   |   Copyright 2015 All Rights 成都优威骐骥教育科技有限公司  |  网站备案号:蜀ICP备16015136号

已有2次打赏
程佳艺打赏给楼主7优币,2019-03-04 15:15:25
祝禹翕打赏给楼主6优币,2019-02-17 16:41:27