Show DevBest [CMD] Kill_All Game [CMD]

Cool?

  • Yes .

    Votes: 5 83.3%
  • No.

    Votes: 1 16.7%

  • Total voters
    6
Status
Not open for further replies.

Satan

Professional Pornstar
Aug 27, 2011
266
106
Hey guys. I got bored so i decided to code a game in CMD. It's a very simple CMD-Based game. This was coded by only me. It took me 30 minutes :p So yea, that's it.

Download Link:

NOTICE: THIS IS NOT AN OPEN SOURCE. DON'T COPY Screenies:
heViA.png
yR1Kf.png
 

Quackster

a devbest user says what
Aug 22, 2010
1,765
1,245
Code:
@echo off
title Kill All
Color 0d
echo ---------Welcome To Kill All--------- 
echo.
echo [Entering Kill All ...]
echo [Coded By Cryptic]
echo. 
echo Choose Your Path:
echo.
echo 1.) Start Kill All
echo 2.) Exit Kill All
echo.
set /p var=Set Command: 
if %var%==1 goto Start
if %var%==2 goto exit
:Start
cls
echo Welcome To KillAll
echo.
echo You Spawn At Your House And Notice Zombies Are Closing In! What Do You Do!? 
echo.
echo 1.) Pick Up Gun
echo 2.) Lock All Doors And Hide
echo 3.) Kick The Door Down And Rampage
echo.
set /p var=Set Command:
if %var%==1 echo *You Pick up Gun*
if %var%==2 echo *Locks The Doors And Hides.*
if %var%==3 echo *Kicks The Door Down And Rampages*
echo Now What!?
echo.
echo 1.) Be Brave ... Open The Door And Shoot.
echo 2.) Kill Yourself
echo 3.) Just Hide
set /p var=Set Command:
if %var%==1 echo *You Shoot Some Zombies And Take Cover.*
if %var%==2 echo *Puts The Gun Up To Your Head And Pulls The Trigger*
if %var%==3 echo *For a little your safe, but the zombies close in on you, and you die* 
echo.
echo They Start Closing In ...
echo 1.) Continue Shooting
echo 2.) Suicide Bomb - Killing You And All Zombies
echo 3.) Give Up
set /p var=Set Command:
if %var%==1 echo *Continues Shooting, And Runs Out Of Ammo! Zombies Come In And Eat You*
if %var%==2 echo *Pulls Out Grenade - Pulls Clip And Throws It Killing Yourself And All Zombies*
if %var%==3 echo *Gives Up, Dying Almost Instantly* 
pause
:Exit
 

Satan

Professional Pornstar
Aug 27, 2011
266
106
Code:
@echo off
title Kill All
Color 0d
echo ---------Welcome To Kill All---------
echo.
echo [Entering Kill All ...]
echo [Coded By Cryptic]
echo.
echo Choose Your Path:
echo.
echo 1.) Start Kill All
echo 2.) Exit Kill All
echo.
set /p var=Set Command:
if %var%==1 goto Start
if %var%==2 goto exit
:Start
cls
echo Welcome To KillAll
echo.
echo You Spawn At Your House And Notice Zombies Are Closing In! What Do You Do!?
echo.
echo 1.) Pick Up Gun
echo 2.) Lock All Doors And Hide
echo 3.) Kick The Door Down And Rampage
echo.
set /p var=Set Command:
if %var%==1 echo *You Pick up Gun*
if %var%==2 echo *Locks The Doors And Hides.*
if %var%==3 echo *Kicks The Door Down And Rampages*
echo Now What!?
echo.
echo 1.) Be Brave ... Open The Door And Shoot.
echo 2.) Kill Yourself
echo 3.) Just Hide
set /p var=Set Command:
if %var%==1 echo *You Shoot Some Zombies And Take Cover.*
if %var%==2 echo *Puts The Gun Up To Your Head And Pulls The Trigger*
if %var%==3 echo *For a little your safe, but the zombies close in on you, and you die*
echo.
echo They Start Closing In ...
echo 1.) Continue Shooting
echo 2.) Suicide Bomb - Killing You And All Zombies
echo 3.) Give Up
set /p var=Set Command:
if %var%==1 echo *Continues Shooting, And Runs Out Of Ammo! Zombies Come In And Eat You*
if %var%==2 echo *Pulls Out Grenade - Pulls Clip And Throws It Killing Yourself And All Zombies*
if %var%==3 echo *Gives Up, Dying Almost Instantly*
pause
:Exit
Reason For That? It's A Closed Source Bro.
 

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
Looks alright i guess, something like this can easily be found online,
and yeh it can be opened in notepad to see the source.
 
Status
Not open for further replies.

Users who are viewing this thread

Top