How to Create a Game Using Notepad

How to Create a Game Using Notepad
How to make a Game in 1 minute using Notepad.this is a simple game code hope you enjoy
it.So lets get start.

1. Open or lunch your notepad
2. Paste this code

echo off
color b0
:menu
cls
echo Hey! Welcome to the game!
echo 1) start!
echo 2) how to play
echo 3) Exit :,(
set /p number=
if %number% == 1 goto StartGame
if %number% == 2 goto help
if %number% == 3 goto exit
:startgame
cls
echo Type Your Name:
set /p name=
echo Hello %name%!
echo Do you want to start the quiz? (y/n)
set /p start=
if %start% == y goto level1
if %start% == n goto menu
goto startgame
:help
cls
echo Press the number of the answer then hit enter.
echo go back? (y/n)
set /p menugoto=
if %menugoto% == y goto menu
if %menugoto% == n goto exit
goto help
:exit
goto exit
:level1
cls
echo Okay, Let's Start.
echo What is 10 + 10?
echo 1) 1
echo 2) 20
echo 3) 500
set /p answer1=
if %answer1% == 1 goto wrong1
if %answer1% == 2 goto correct1
if %answer1% == 3 goto wrong1
goto level1
:correct1
echo You are right! Next Level? (y/n)
set /p NL1=
if %NL1% == y goto level2
if %NL1% == n goto menu
goto correct1
:Wrong1
Echo Sadly, you were wrong. Retry? (y/n)
set /p WA1=
if %WA1% == y goto level1
if %WA1% == n goto menu
goto wrong1
:level2
cls
echo Who is on the 100 dollar bill?
echo 1) Ben Franklin
echo 2) Tommy King
echo 3) Thomas Train
echo 4) Jeff Dunham
set /p aa=
if %aa% == 1 goto correct2
if %aa% == 1 goto wrong2
if %aa% == 1 goto wrong2
if %aa% == 1 goto wrong2
goto level2
:correct2
cls
echo YOU WIN THE GAME!
goto correct2
:wrong2
cls
echo YOU LOST! RETRY GAME? (y/n)
set/p retry=
if %retry% == y goto level1
if %retry% == n goto exit
goto wrong2
3. Save as .bat file type
4. Run & Enjoy

Hope it works

COMMENTS

Sponsored Links
Sponsored Links
Sponsored Links

Share this post :)

Name

Adsense,10,Blogger Widgets,4,Cars,1,Cherry Mobile,1,Free Internet Tutorial,18,Games,1,Globe Promos,21,Guest post,1,How to,24,Huawei,1,Insurance,3,Make Money Online,4,News,12,PLDT Promo,1,Promo,11,Realme,1,Reviewer,8,Samsung,1,SEO,19,Smart Promos,15,Smartphone,25,Sun Promos,2,Telecom,62,TM Promos,14,TNT Promos,9,Transportation,2,Tutorial,42,Vivo,1,Xiaomi,2,
ltr
item
Pinoytut: How to Create a Game Using Notepad
How to Create a Game Using Notepad
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2z5dpZH0Kvn9UEHurD6ohkDILIFo9JQgcxNmQe8vP2yW-wgMb4wQv2wTDcSRxI-J7cgWE2WYdOPX2mJYx_QWz8Hm2wlAfDz5vwJM8naXegNhvPC_MirTaagNyudPfPokWyJMgC5w9tdIT/s1600/How+to+Create+a+Game+Using+Notepad.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2z5dpZH0Kvn9UEHurD6ohkDILIFo9JQgcxNmQe8vP2yW-wgMb4wQv2wTDcSRxI-J7cgWE2WYdOPX2mJYx_QWz8Hm2wlAfDz5vwJM8naXegNhvPC_MirTaagNyudPfPokWyJMgC5w9tdIT/s72-c/How+to+Create+a+Game+Using+Notepad.png
Pinoytut
https://www.pinoytut.com/2017/08/how-to-create-game-using-notepad.html
https://www.pinoytut.com/
https://www.pinoytut.com/
https://www.pinoytut.com/2017/08/how-to-create-game-using-notepad.html
true
3859236708918959656
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content