You are on page 1of 3

@echo off

title ARMAGEDDONPHINX
echo ------------------echo ARMAGEDDONPHINX PRESENTS
echo ------------------echo.
color 2
echo.
pause
cls
:one
color 7
echo WeLcOmE
echo.
echo TO start game type A and press enter.
echo.
echo To see instructions type B and press enter.
echo.
echo TO quit type C and press enter.
echo.
set /p y=What you want to do?:
if %y%== a goto two
if %y%== b goto three
if %y%== c goto quit
goto quit
:three
cls
color e
echo INSTRUCTIONS
echo.
echo 1)no cheating
echo.
echo 2)five question will come to you,every right answer will unlock second ques
tion.
echo.
echo 3)if any wrong answer you will be out of the game.
echo.
echo 4)when a question comes to you their are four options (A,B,C and D)
echo if answer is 'A' of given question then type 'A' and press enter.
echo.
pause
cls
echo To play game type 1 and press enter
echo.
set /p num=COMMAND:
if %num%== 1 goto two
goto quit
:two
cls
color f
echo Are you ready to play.....
echo.
pause
cls
echo 1)Sino ang pinaka POGI sa lahat?
echo.
echo a)ARMAGEDDONPHINX
echo b)Xian Lim

echo c)Gerald Anderson


echo d)Jake Cuenca
echo.
set/p ans=ANSWER:
if %ans%== a goto fourth
if %ans%== b goto wrong
if %ans%== c goto wrong
if %ans%== d goto wrong
goto quit
:wrong
cls
color 4
echo SORRY!! you have given wrong answer.
pause
goto quit
:fourth
echo.
echo CONGRATULATION..
echo Tama ang sagot mo.
echo.
pause
cls
echo 2)Sino ulit ang pinaka POGI sa lahat? double check lang.
echo.
echo a)Piolo Pascual
echo b)Richard Gomez
echo c)ARMAGEDDONPHINX
echo d)Gab Valenciano
echo.
set/p ans=ANSWER:
if %ans%== a goto wrong
if %ans%== b goto wrong
if %ans%== c goto fifth
if %ans%== d goto wrong
goto quit
:fifth
echo.
echo CONGRATULATION..
echo Tama na naman ang sagot mo.
echo.
pause
cls
echo 3)Sino sa palagay mo ang pinaka masarap humalik?
echo.
echo a)Richard Guttierez
echo b)ARMAGEDDONPHINX
echo c)Matteo Guidecelli
echo d)Enchong Dee
echo.
set/p ans=ANSWER:
if %ans%== a goto wrong
if %ans%== b goto sixth
if %ans%== c goto wrong
if %ans%== d goto wrong
goto quit
:sixth
echo.
echo CONGRATULATION..
echo Ipagpatuloy mo lang ginagawa mo.
echo maganda yan.

echo.
pause
cls
echo 4)Sino sa apat ang may pinaka mabaet, simple, mabango, masarap, matalino at
higit sa lahat humble?
echo.
echo a)Luis Manzano
echo b)Christian Bautista
echo c)Aljur Abrenica
echo d)ARMAGEDDONPHINX
echo.
set/p ans=ANSWER:
if %ans%== a goto wrong
if %ans%== b goto wrong
if %ans%== c goto wrong
if %ans%== d goto seventh
goto quit
:seventh
cls
echo.
echo CONGRATULATION..
echo.
echo ikaw na! ito ang huling tanong. piliin ng mabuti.
echo.
echo.kailangan ng masusing pag-iisip.
echo.
echo handa ka na ba...
echo.
pause
cls
echo 5)sino sa kanila ang pinaka hot at pinaka malakas ang appeal?
echo.
echo a)Coco Martin
echo b)Enrique Gil
echo c)Jericho Rosales
echo d)Non of the above
echo.
set/p ans=ANSWER:
if %ans%== a goto wrong
if %ans%== b goto wrong
if %ans%== c goto wrong
if %ans%== d goto correct
goto quit
:correct
cls
echo Cerdits...
echo.
echo salamat po sa pag laro at pagiging loyal sa akin.
echo.
echo credits to Mr. Rod Baldo
echo.
echo.
echo.
pause
goto quit

You might also like