Game Script For Notepad

Skill Books. Northern Ruins,. outside. Divinity original sin 2 spell list.

Games With HTML Codes: Make A Snake Game With Notepad. Window 10 activate kaise kare. Save Apr 15, 2017 Second Step: Now open your notepad file from your Computer.

Game
Home‎ > ‎

1. quiz

This is the code for my recently made quiz. Just copy it and paste it into notepad. Then save it as a .bat file eg. quiz.bat and select all files under the name of it. The code:
@echo off
echo LOADING GAME..
ping localhost -n 5 >nul
@echo off
echo LOADING FILES..
ping localhost -n 5 >nul
@echo off
:menu
echo welcome
echo 1) Play
echo 3) exit
if %input% 1 goto question1
if %input% 3 goto exit
:Instruction
echo ---------------------------
echo ---------------------------
echo Read the question and type
echo enter
echo 2) Go to menu
if %input% 1 goto question1
goto Instruction
cls
echo question1
echo what is 64 times 6?
echo 2) 384
set /p input=answer
if %input% 2 goto correct1
goto question1
color a
echo Your answer is correct!
echo 2) Go to menu
if %input% 1 goto question2
goto correct1
color c
title wrong answer
echo 1) Repeat question
set /p input=COMMAND?
if %input% 2 goto menu
:question2
color 0e
echo ------------------
echo ------------------
echo what is the diameter of a shape that is 24cm square?
echo 2) 15 times 3
set /p input=answer
if %input% 2 goto wrong2
goto question2
color a
echo Your answer is correct!
echo 2) Go to menu
if %input% 1 goto question3
goto correct2
color c
title wrong answer
echo 1) Repeat question
set /p input=COMMAND?
if %input% 2 goto menu
:question3
color 0e
echo ------------------
echo ------------------
echo 1)180
echo 3)169
if %input% 1 goto correct3
if %input% 3 goto wrong3
:correct3
cls
echo 1) Go to the next screen
set /p input=COMMAND?
if %input% 2 goto menu
:wrong3
cls
echo Your answer was wrong!
echo 2) Go to menu
if %input% 1 goto question3
goto wrong3
cls
color 0e
echo would you like to
echo b) exit
if %input% a goto credits
goto bye
cls
echo.
echo.
echo produced by notepad quizzes
echo directed by notepad quizzes
echo everything is made by notepad quizzes okay
pause
pause
pause >nul
pause >nul
Subpages (2):text to audiotext to audio converter