Creating a simple Game using batch script ! | Rebus | batch file | batch scripting | game controller

preview_player
Показать описание
Green Light Coding presents a new video which shows the way to create a a Simple Rebus Puzzle Game using Batch Script. You can see the videos whose link is given below for proper concepts, and those who watched the previous one enjoy the game .

How to mask inputs with asterisk using batch script ?

How to get special characters like backspace and delete in batch script ?

batch script
game console
batch scripting
rebus puzzles
_____________________________________________________________
Stay connected to us for more necessary coding tricks like these.
_____________________________________________________________

#coding
#codinglife
#cmd
#howto
#how
#games
#gameplay
#games
#gaming
#delete
#backspace
#usernameandpassword
#password
#asterisk
#convert
#mask
#coin
#cointoss
#commandprompt
#font
#fontstyle
#viral
#cmdtricks
#viralvideo
#fontsize
#windows
#permanent
#user
#utf
#system
#scripting
#windows10
#exit
#basictutorials
#python
#pythontutorial
#pythonprogramming
#mathematics
#probability
#highlight
#highlighter
#graphics
#graphicdesign
#editingapps
#editor
#editingtutorial
#editing
#applications
#file
#edits
#coding
#compile
#ctutorials
#cmd
#codemasters
#batchfile
#learning
#info
#simple
#functions
#notepads
#console
#programming
#programminglife
#coder
#programmers
#important
#brightness
#updates


code:
@echo off
title=GAME CONTROL
mode con: cols=40 lines=20
::powershell "exit($Host.UI.RawUI.ReadKey('NoEcho,IncludeKeyDown').VirtualKeyCode)"
set a=
set b= d

:l
color 1c
cls
echo.
for %%c in (%b%) do (
echo.
echo.
)
::echo %a% [O]
call :k 11 "%a%___" & call :k ff "_"
echo.
%arrowkey%
if %errorlevel% == 37 (set a=%a:~0,-6%)
if %errorlevel% == 39 (set a=%a% )
if %errorlevel% == 38 (set b=%b:~0,-7%)
if %errorlevel% == 40 (set b=%b% d )
goto l

:k
set /p "=. " (lesser than sign) nul (greater than sign) "%~2"
findstr /v /a:%~1 /r "^$" "%~2" nul
del "%~2"

LINK FOR BATCH SERIES PLAYLIST :
_______________________________________________________________

SUBSCRIBE FOR MORE UPDATES LIKE THESE
_______________________________________________________________
_______________________________________________________________
Рекомендации по теме
welcome to shbcf.ru