You are viewing our Forum Archives. To view or take place in current topics click here.
About My CMD Game
Posted:

About My CMD GamePosted:

ColourfulBubblesHD
  • New Member
Status: Offline
Joined: May 19, 201311Year Member
Posts: 15
Reputation Power: 0
Status: Offline
Joined: May 19, 201311Year Member
Posts: 15
Reputation Power: 0
Hey TTG , Im On a Project Currently Called My Zombie Attack V1
I Was Just wondering if Anyone Wanted a Copy When I Release It Soon ??

I Also Have a Spoiler For You (:

[ Register or Signin to view external links. ]
#2. Posted:
7en
  • V5 Launch
Status: Offline
Joined: Aug 16, 201212Year Member
Posts: 598
Reputation Power: 29
Status: Offline
Joined: Aug 16, 201212Year Member
Posts: 598
Reputation Power: 29
That is the worst spoiler I've ever seen..?
#3. Posted:
GTC
  • TTG Addict
Status: Offline
Joined: Jun 02, 201212Year Member
Posts: 2,049
Reputation Power: 96
Status: Offline
Joined: Jun 02, 201212Year Member
Posts: 2,049
Reputation Power: 96
Abbreviate wrote That is the worst spoiler I've ever seen..?
Its simple but lets see you do better. My first program was nothing but a matrix falling.
#4. Posted:
7en
  • Wise One
Status: Offline
Joined: Aug 16, 201212Year Member
Posts: 598
Reputation Power: 29
Status: Offline
Joined: Aug 16, 201212Year Member
Posts: 598
Reputation Power: 29
DiamondCoding wrote Its simple but lets see you do better.


You really think I'd waste my time proving to you that I can echo a few lines in what's most likely batch?

If you read my post properly, you might have realized I said nothing about the game, I just noted the pointlessness of his "spoiler", as it servers no purpose, nothing to do with the game.

And guess what, my first program was Hello World. Does that make you better than me?
#5. Posted:
YoungBlood50
  • Powerhouse
Status: Offline
Joined: May 27, 201113Year Member
Posts: 430
Reputation Power: 16
Status: Offline
Joined: May 27, 201113Year Member
Posts: 430
Reputation Power: 16
The first CMD game i made was like a trivia type of game
#6. Posted:
Odin
  • Christmas!
Status: Offline
Joined: Dec 23, 201013Year Member
Posts: 2,446
Reputation Power: 80
Status: Offline
Joined: Dec 23, 201013Year Member
Posts: 2,446
Reputation Power: 80
I am sorry to say but this is pathetic. Below is the code to make what you are saying is a "spoiler". But really it is no spoiler at all, just a few lines of code showing that you know how to use 'echo' and 'pause' commands in Windows Command Prompt.

If you want to make a game, don't make it in Batch, make a windows console game in C++, which is in fact no harder to do and more worth your time considering Batch code is easily stolen (in the case that your file is worth the time to C&P) and has very little functionality compared to any programming language.

Don't waste TTG and internet space by making completely pointless posts about your "CMD Game" that is in fact nothing more than 10 lines of code.


@echo off
color 06
echo.
echo Welcome To Zombie Attack V1
echo.
echo This Game Was Made by ColourfulBubbleHD
echo.
echo 1.) Start Zombie Attack V1
echo 2.) Exit Zombie Attack V1
pause


If you would like help with making a C++ console game feel free to message me with questions and I will help you as much as I can.

Have a good rest of your life.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.