春鲑鱼 星野湊
关注数: 48 粉丝数: 48 发帖数: 12,173 关注贴吧数: 56
谁来帮帮我? @echo off :start mode con:cols=78 lines=36 set a1= &set a2= &set a3= &set a4= set b1= &set b2= &set b3= &set b4= set c1= &set c2= &set c3= &set c4= set d1= &set d2= &set d3= &set d4= set /a 001=%random%%%16 if "%001%"=="1" set a1=2 if "%001%"=="2" set b1=4 if "%001%"=="3" set c1=2 if "%001%"=="4" set d1=4 if "%001%"=="5" set a2=2 if "%001%"=="6" set b2=4 if "%001%"=="7" set c2=2 if "%001%"=="8" set d2=4 if "%001%"=="9" set a3=2 if "%001%"=="10" set b3=4 if "%001%"=="11" set c3=2 if "%001%"=="12" set d3=4 if "%001%"=="13" set a4=2 if "%001%"=="14" set b4=4 if "%001%"=="15" set c4=2 if "%001%"=="16" set d4=4 :part2 set /a 002=%random%%%16 if "%002%"=="%001%" goto part2 if "%002%"=="1" set a1=2 if "%002%"=="2" set b1=4 if "%002%"=="3" set c1=2 if "%002%"=="4" set d1=4 if "%002%"=="5" set a2=2 if "%002%"=="6" set b2=4 if "%002%"=="7" set c2=2 if "%002%"=="8" set d2=4 if "%002%"=="9" set a3=2 if "%002%"=="10" set b3=4 if "%002%"=="11" set c3=2 if "%002%"=="12" set d3=4 if "%002%"=="13" set a4=2 if "%002%"=="14" set b4=4 if "%002%"=="15" set c4=2 if "%002%"=="16" set d4=4 :game title 按 W / A / S / D 以上下移动 echo. 请按 W / A / S / D 以上下移动 echo. echo. ┌———┬———┬———┬———┐ echo. │ │ │ │ │ echo. │ %a1% │ %a2% │ %a3% │ %a4% │ echo. │ │ │ │ │ echo. ├———┼———┼———┼———┤ echo. │ │ │ │ │ echo. │ %b1% │ %b2% │ %b3% │ %b4% │ echo. │ │ │ │ │ echo. ├———┼———┼———┼———┤ echo. │ │ │ │ │ echo. │ %c1% │ %c2% │ %c3% │ %c4% │ echo. │ │ │ │ │ echo. ├———┼———┼———┼———┤ echo. │ │ │ │ │ echo. │ %d1% │ %d2% │ %d3% │ %d4% │ echo. │ │ │ │ │ echo. └———┴———┴———┴———┘ set go=%go% if "go"==w goto up if "go"==a goto left if "go"==s goto down if "go"==d goto right 基本自动闪退...肿么办?
1 下一页