 『楼 主』:
【视觉类】前进中的道路+飞机大炮
::前进中的道路效果.bat
::编辑if_exist blog:hi.baidu.com/523066680
@echo off
setlocal enabledelayedexpansion
for /l %%a in (0,1,34) do (
set n%%a=0 ii 0
)
for /l %%b in (3,5,33) do set n%%b=!n%%b:ii= !
for /l %%b in (4,5,34) do set n%%b=!n%%b:ii= !
set king1=!n0: ii =IIII!
set king2=!n0: ii =IIIIII!
:action
for %%c in (5,4,3,2,1,0) do (
set /a n=14+%%c
cls
for /l %%d in (%%c,1,!n!) do (
echo.!n%%d!
)
echo.!king1!&echo.!king2!
for /l %%n in (1,1,300) do (echo>nul)
)
goto action
--------------------------------------------------分界线----------
::飞机大炮.bat
::编辑if_exist blog:hi.baidu.com/523066680
@echo off
setlocal enabledelayedexpansion
for /l %%a in (0,1,34) do (
set n%%a=0 ii 0
)
for /l %%b in (3,5,33) do set n%%b=!n%%b:ii= !
for /l %%b in (4,5,34) do set n%%b=!n%%b:ii= !
set king1=!n0: ii =IIII!
set king2=!n0: ii =IIIIII!
:action
for %%c in (0,1,2,3,4,5) do (
set /a n=14+%%c
cls
for /l %%d in (%%c,1,!n!) do (
echo.!n%%d!
)
echo.!king1!&echo.!king2!
for /l %%n in (1,1,300) do (echo>nul)
)
goto action
|