Created By : Dea Oktavia Anggraini

Rabu, 05 Maret 2014

NEW UPDATE 2014 How to make a computer game in 15 minutes!




I will be showing you how to make a game using notepad that will run as a .BAT file.
This game actually works and it is fun!

This is just a simple game
if you have idea and logica you can add source or HTML

The code for it is : @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

For more you can see that there are video tutorials

Thank You :)




Tidak ada komentar:

Posting Komentar