Kayıtlar

WantedKankam 2019

Resim
WANTEDKANKAM www.wantedkankam.tr.gg Tetris kod : Kod: @echo off @title Tetris v 1 @mode con cols=28 lines=24 :: Batch Game - Tetris v 1 :: Proof Of Concept :: Coded by SmartGenius :: SmartGenius, Corp. 2010 Choice /N /T:Y,1 >Nul 2>&1 If "%Errorlevel%"=="9009" (Echo. CHOICE command not found&Pause&Exit) Set "Game=%0" Call :Logo :Easteregg Cls Echo. Echo. Echo. Tetris v 1 by SmartGenius Echo. ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Echo. ÚÄÄ¿ ÚÄÄÄÄÄÄÄÄÄÄÄÄ¿ Echo. ³1.³ ³Play TETRIS ³ Echo. ÀÄÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÙ Echo. ÚÄÄ¿ ÚÄÄÄÄÄÄÄÄÄÄÄÄ¿ Echo. ³2.³ ³How to Play ³ Echo. ÀÄÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÙ Echo. ÚÄÄ¿ ÚÄÄÄÄÄÄÄÄÄÄÄÄ¿ Echo. ³3.³ ³Exit Game ³ Echo. ÀÄÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÙ Echo. CHOICE /C:123 /N >nul If "%errorlevel%"=="1" (Goto :Load) If "%errorlevel%"=="2" (Goto :Help) If "%errorlevel%"=="3" (Goto :End) Goto :Easteregg :Load Setlocal enabledelayedexpansion Set /a "LimX=18",...