Search found 4 matches
- 14 Nov 2013 12:09
- Forum: DOS Batch Forum
- Topic: Hello! I want to steal the credit for a Snake game!
- Replies: 11
- Views: 10883
Re: Hello! I want to steal the credit for a Snake game!
GUYS HELP ME PLEASE!!!
- 12 Nov 2013 23:15
- Forum: DOS Batch Forum
- Topic: Hello! I want to steal the credit for a Snake game!
- Replies: 11
- Views: 10883
Re: Hello! I want to steal the credit for a Snake game!
I understand your aggression but that code is openly available
I did not write this code on all the forums and do not say that I wrote this code!
and so I turned to you! And I am grateful to the author because he helps many students and do not see the harm. Sorry for my bad English!
I did not write this code on all the forums and do not say that I wrote this code!
and so I turned to you! And I am grateful to the author because he helps many students and do not see the harm. Sorry for my bad English!
- 12 Nov 2013 22:50
- Forum: DOS Batch Forum
- Topic: Hello! I want to steal the credit for a Snake game!
- Replies: 11
- Views: 10883
Re: Hello! I want to steal the credit for a Snake game!
I know that I have taken this code on your forum, and so I applied it to you!
Will you help me?
Will you help me?
- 11 Nov 2013 22:42
- Forum: DOS Batch Forum
- Topic: Hello! I want to steal the credit for a Snake game!
- Replies: 11
- Views: 10883
Hello! I want to steal the credit for a Snake game!
hello! I need this code @echo off SetLocal EnableExtensions EnableDelayedExpansion mode con lines=34 color 00 echo. call :GetConsoleWidth call :GetDEL Set DEC=5 set S=2 set E=%conWidth% set /A HZ=%conWidth%/7 For /L %%H in (4,1,%HZ%) do ( echo. set /A E-=5 For /L %%N in (1,1,!S!) do set /p "=%D...