- 帖子
- 352
- 积分
- 332
- 技术
- 1
- 捐助
- 0
- 注册时间
- 2009-1-24
|
2楼
发表于 2014-11-17 19:03
| 只看该作者
@echo off &mode con cols=35 lines=8 &title made by 523066680 -- If_Exist
echo,p>x
for %%a in (w a s d p q) do (set de%%a=d)
set _w=s
set _s=w
set _a=d
set _d=a
:a
cls
setlocal enabledelayedexpansion
set str=wasd
set /a n=%random%%%4
ping /n 1 127.0.0.1>nul
echo !str:~%n%,1!
set input=!str:~%n%,1!
::set input=%input:~0,1%
if not defined de%input% (goto :a)
if "%input%"=="%ever%" (goto :a)
if "%input%"=="q" (echo,q>x &exit)
if "%input%"=="r" (echo,r>x)
call,set ever=%%_%input%%%
echo %input%>x
goto :a
我还是 文件上来说话吧 经常在这玩的应该看出来了 这是大神的 贪吃蛇 |
|