Tentu saja bisa, walaupun notepad adalah software sederhana, dan merupakan software bawaan windows, tapi notepad banyak kegunaannya lo sobat. Langsung saja yuk ikuti langkah - langkahnya sobat.
Langkah - Langkah Membuat Game Sederhana di Notepad
- Buka Notepad.
- Lalu copy script di bawah ini, dan paste di Notepad sobat.
@echo off
color 0a
:menu
cls
echo Hai! Selamat Datang Di Game sederhana yang dibuat dari Notepad!
echo Tutorial Game oleh : Share ID
echo Author : Taufiq Zuhdi Alvianto
echo Url : http://sharexid.blogspot.com/
echo 1) Mulai
echo 2) Cara main
echo 3) Keluar
echo Pilih satu angka. (ex: 1)
set /p number=
if %number% == 1 goto Mulai
if %number% == 2 goto cara main
if %number% == 3 goto keluar
:Mulai
cls
echo Siapa Namamu?
set /p name=
echo Halo %name%!
echo Apakah kamu siap mulai quiz? (ya/tidak)
set /p start=
if %start% == ya goto level1
if %start% == tidak goto menu
goto Mulai!
:cara main
cls
echo Ketik pilihan lalu tekan enter
echo Pergi ke menu? (ya/tidak)
set /p menugoto=
if %menugoto% == ya goto menu
if %menugoto% == tidak goto exit
goto cara main
:keluar
cls
echo Apakah anda yakin ingin keluar game?(y/t)
set /p keluargoto=
if %keluargoto% == y goto exit
if %keluargoto% == t goto menu
goto keluar
:level1
cls
echo 1. Berapa jumlah kaki ikan?
echo a) Tidak ada
echo b) Satu
echo c) Dua
set /p answer1=
if %answer1% == a goto correct1
if %answer1% == b goto wrong1
if %answer1% == c goto wrong1
goto level1
:correct1
echo Benar, mau lanjut level 2?(y/t)
set /p NL1=
if %NL1% == y goto level2
if %NL1% == t goto menu
goto correct1
:Wrong1
Echo Salah, mau ulang lagi?(y/t)
set /p WA1=
if %WA1% == y goto level1
if %WA1% == t goto menu
goto wrong1
:level2
cls
echo 2. Bumi ini terbagi atas berapa benua?
echo a) Lima
echo b) Enam
echo c) Tujuh
set /p aa=
if %aa% == a goto correct2
if %aa% == b goto wrong2
if %aa% == c goto wrong2
goto level2
:correct2
echo Benar, mau lanjut level 3?(y/t)
set /p NL1=
if %NL1% == y goto level3
if %NL1% == t goto menu
goto correct2
:wrong2
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong2
:level3
cls
echo 3. Perhiasaan yang dipasang di tangan adalah?
echo a) Kalung
echo b) Cincin
echo c) Gelang
set /p answer3=
if %answer3% == a goto wrong3
if %answer3% == b goto wrong3
if %answer3% == c goto correct3
goto level3
:correct3
echo Benar, mau lanjut level 4?(y/t)
set /p NL1=
if %NL1% == y goto level4
if %NL1% == t goto menu
goto correct3
:wrong3
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level3
if %retry% == t goto exit
goto wrong3
:level4
cls
echo 4. Kemanusiaan yang adil dan beradab adalah sila Pancasila yang ke?
echo a) Dua
echo b) Tiga
echo c) Empat
set /p aa=
if %aa% == a goto correct4
if %aa% == b goto wrong4
if %aa% == c goto wrong4
goto level4
:correct4
echo Benar, mau lanjut level 5?(y/t)
set /p NL1=
if %NL1% == y goto level5
if %NL1% == t goto menu
goto correct4
:wrong4
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level4
if %retry% == t goto exit
goto wrong4
:level5
cls
echo 5. Siapakah penemu lampu?
echo a)Thomas Alvadison
echo b)Johan Edvard
echo c)John Shore
set /p answer5=
if %answer5% == a goto correct5
if %answer5% == b goto wrong5
if %answer5% == c goto wrong5
goto level5
:correct5
echo Benar, mau lanjut level 6?(y/t)
set/p NL1=
if %NL1% == y goto level6
if %NL1% == t goto menu
goto correct1
:wrong5
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level5
if %retry% == t goto exit
goto wrong5
:level6
cls
echo 6. Berikut lagu daerah Jawa Tengah, kecuali?
echo a)Gundul Pacul
echo b)Manuk Dadali
echo c)Lir-ilir
set /p aa=
if %aa% == a goto wrong6
if %aa% == b goto correct6
if %aa% == c goto wrong6
goto level6
:correct6
echo Benar, mau lanjut level7?(y/t)
set/p NL1=
if %NL1% == y goto level7
if %NL1% == t goto menu
goto correct7
:wrong6
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level7
if %retry% == t goto exit
goto wrong7
:level7
cls
echo 7. Salah satu Agen Amerika adalah ATF. Huruf F disini adalah singkatan dari?
echo a)Forensic
echo b)Firearms
echo c)Forest
set/p answer7=
if %answer7% == a goto wrong7
if %answer7% == b goto correct7
if %answer7% == c goto wrong7
goto level7
:correct7
echo Benar, mau lanjut level8? (y/t)
set/p NL1=
if %NL1% == y goto level8
if %NL1% == t goto menu
goto correct7
:wrong7
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level7
if %retry% == t goto exit
goto wrong7
:level8
cls
echo 8. Siapakah Presiden Amerika Serikat Pertama?
echo a)Abraham Lincoln
echo b)John Lenon
echo c)Ir. Soekarno
set /p aa=
if %aa% == a goto correct8
if %aa% == b goto wrong8
if %aa% == c goto wrong8
goto level8
:correct8
echo Benar, mau lanjut level9?(y/t)
set/p NL1=
if %NL1% == y goto level9
if %NL1% == t goto menu
goto correct8
:wrong8
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level8
if %retry% == t goto exit
goto wrong8
:level9
cls
echo 9. Siapa Penemu Bakteri?
echo a)Donald Duck
echo b)Alexander Grahambell
echo c)Alexander Fleming
set /p answer9=
if %answer9% == a goto wrong9
if %answer9% == b goto wrong9
if %answer9% == c goto correct9
goto level9
:correct9
echo Benar, mau lanjut level 10?(y/t)
set/p NL1=
if %NL1% == y goto level10
if %NL1% == t goto menu
goto correct9
:wrong9
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level9
if %retry% == t goto exit
goto wrong9
:level10
cls
echo 10. Yang berjuluk Wanita Besi adalah?
echo a)Lady Diana
echo b)Indira Gandhi
echo c)Margareth Tatcher
set /p aa=
if %aa% == a goto wrong10
if %aa% == b goto wrong10
if %aa% == c goto correct10
goto level10
:correct10
cls
echo SELAMAT KAMU MENANG!
echo Visit us sharexid.blogspot.com
goto correct10
:wrong10
cls
echo KAMU KALAH MAU ULANG GAME!?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong10
color 0a
:menu
cls
echo Hai! Selamat Datang Di Game sederhana yang dibuat dari Notepad!
echo Tutorial Game oleh : Share ID
echo Author : Taufiq Zuhdi Alvianto
echo Url : http://sharexid.blogspot.com/
echo 1) Mulai
echo 2) Cara main
echo 3) Keluar
echo Pilih satu angka. (ex: 1)
set /p number=
if %number% == 1 goto Mulai
if %number% == 2 goto cara main
if %number% == 3 goto keluar
:Mulai
cls
echo Siapa Namamu?
set /p name=
echo Halo %name%!
echo Apakah kamu siap mulai quiz? (ya/tidak)
set /p start=
if %start% == ya goto level1
if %start% == tidak goto menu
goto Mulai!
:cara main
cls
echo Ketik pilihan lalu tekan enter
echo Pergi ke menu? (ya/tidak)
set /p menugoto=
if %menugoto% == ya goto menu
if %menugoto% == tidak goto exit
goto cara main
:keluar
cls
echo Apakah anda yakin ingin keluar game?(y/t)
set /p keluargoto=
if %keluargoto% == y goto exit
if %keluargoto% == t goto menu
goto keluar
:level1
cls
echo 1. Berapa jumlah kaki ikan?
echo a) Tidak ada
echo b) Satu
echo c) Dua
set /p answer1=
if %answer1% == a goto correct1
if %answer1% == b goto wrong1
if %answer1% == c goto wrong1
goto level1
:correct1
echo Benar, mau lanjut level 2?(y/t)
set /p NL1=
if %NL1% == y goto level2
if %NL1% == t goto menu
goto correct1
:Wrong1
Echo Salah, mau ulang lagi?(y/t)
set /p WA1=
if %WA1% == y goto level1
if %WA1% == t goto menu
goto wrong1
:level2
cls
echo 2. Bumi ini terbagi atas berapa benua?
echo a) Lima
echo b) Enam
echo c) Tujuh
set /p aa=
if %aa% == a goto correct2
if %aa% == b goto wrong2
if %aa% == c goto wrong2
goto level2
:correct2
echo Benar, mau lanjut level 3?(y/t)
set /p NL1=
if %NL1% == y goto level3
if %NL1% == t goto menu
goto correct2
:wrong2
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong2
:level3
cls
echo 3. Perhiasaan yang dipasang di tangan adalah?
echo a) Kalung
echo b) Cincin
echo c) Gelang
set /p answer3=
if %answer3% == a goto wrong3
if %answer3% == b goto wrong3
if %answer3% == c goto correct3
goto level3
:correct3
echo Benar, mau lanjut level 4?(y/t)
set /p NL1=
if %NL1% == y goto level4
if %NL1% == t goto menu
goto correct3
:wrong3
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level3
if %retry% == t goto exit
goto wrong3
:level4
cls
echo 4. Kemanusiaan yang adil dan beradab adalah sila Pancasila yang ke?
echo a) Dua
echo b) Tiga
echo c) Empat
set /p aa=
if %aa% == a goto correct4
if %aa% == b goto wrong4
if %aa% == c goto wrong4
goto level4
:correct4
echo Benar, mau lanjut level 5?(y/t)
set /p NL1=
if %NL1% == y goto level5
if %NL1% == t goto menu
goto correct4
:wrong4
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level4
if %retry% == t goto exit
goto wrong4
:level5
cls
echo 5. Siapakah penemu lampu?
echo a)Thomas Alvadison
echo b)Johan Edvard
echo c)John Shore
set /p answer5=
if %answer5% == a goto correct5
if %answer5% == b goto wrong5
if %answer5% == c goto wrong5
goto level5
:correct5
echo Benar, mau lanjut level 6?(y/t)
set/p NL1=
if %NL1% == y goto level6
if %NL1% == t goto menu
goto correct1
:wrong5
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level5
if %retry% == t goto exit
goto wrong5
:level6
cls
echo 6. Berikut lagu daerah Jawa Tengah, kecuali?
echo a)Gundul Pacul
echo b)Manuk Dadali
echo c)Lir-ilir
set /p aa=
if %aa% == a goto wrong6
if %aa% == b goto correct6
if %aa% == c goto wrong6
goto level6
:correct6
echo Benar, mau lanjut level7?(y/t)
set/p NL1=
if %NL1% == y goto level7
if %NL1% == t goto menu
goto correct7
:wrong6
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level7
if %retry% == t goto exit
goto wrong7
:level7
cls
echo 7. Salah satu Agen Amerika adalah ATF. Huruf F disini adalah singkatan dari?
echo a)Forensic
echo b)Firearms
echo c)Forest
set/p answer7=
if %answer7% == a goto wrong7
if %answer7% == b goto correct7
if %answer7% == c goto wrong7
goto level7
:correct7
echo Benar, mau lanjut level8? (y/t)
set/p NL1=
if %NL1% == y goto level8
if %NL1% == t goto menu
goto correct7
:wrong7
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level7
if %retry% == t goto exit
goto wrong7
:level8
cls
echo 8. Siapakah Presiden Amerika Serikat Pertama?
echo a)Abraham Lincoln
echo b)John Lenon
echo c)Ir. Soekarno
set /p aa=
if %aa% == a goto correct8
if %aa% == b goto wrong8
if %aa% == c goto wrong8
goto level8
:correct8
echo Benar, mau lanjut level9?(y/t)
set/p NL1=
if %NL1% == y goto level9
if %NL1% == t goto menu
goto correct8
:wrong8
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level8
if %retry% == t goto exit
goto wrong8
:level9
cls
echo 9. Siapa Penemu Bakteri?
echo a)Donald Duck
echo b)Alexander Grahambell
echo c)Alexander Fleming
set /p answer9=
if %answer9% == a goto wrong9
if %answer9% == b goto wrong9
if %answer9% == c goto correct9
goto level9
:correct9
echo Benar, mau lanjut level 10?(y/t)
set/p NL1=
if %NL1% == y goto level10
if %NL1% == t goto menu
goto correct9
:wrong9
cls
echo Salah, mau ulang lagi?(y/t)
set/p retry=
if %retry% == y goto level9
if %retry% == t goto exit
goto wrong9
:level10
cls
echo 10. Yang berjuluk Wanita Besi adalah?
echo a)Lady Diana
echo b)Indira Gandhi
echo c)Margareth Tatcher
set /p aa=
if %aa% == a goto wrong10
if %aa% == b goto wrong10
if %aa% == c goto correct10
goto level10
:correct10
cls
echo SELAMAT KAMU MENANG!
echo Visit us sharexid.blogspot.com
goto correct10
:wrong10
cls
echo KAMU KALAH MAU ULANG GAME!?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong10
Keterangan:
Warna Hijau itu adalah warna font dan background bisa sobat ganti dengan keinginan sobat.
Beberapa contoh kode warna : 0c=merah, 0b=biru, 0a=hijau, 0d=ungu, 0e=kuning ya cuma segitu aja warna yang bisa admin share.
- Save As dengan format .bat (Contoh : Game Sederhana.bat)
- Selesai! Kamu buka gamenya dan mainkan deh :D
- Enjoy!!!
Kalo sobat pengen donwload Game Sederhana ini juga bisa disini.
Oke sekian tutorial tentang Cara Membuat Game Sederhana di Notepad yang bisa admin bagi. Semoga bermanfaat dan semoga membantu :) Happy Blogwalking
0 Response to "Cara Membuat Game Sederhana di Notepad"
Posting Komentar