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:
Status: Offline
Joined: May 19, 201311Year Member
Posts: 15
Reputation Power: 0
Status: Offline
Joined: May 19, 201311Year Member
Posts: 15
Reputation Power: 0
#2. Posted:
Status: Offline
Joined: Aug 16, 201212Year Member
Posts: 598
Reputation Power: 29
That is the worst spoiler I've ever seen..?
- 1useful
- 2not useful
#3. Posted:
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.
- 0useful
- 1not useful
#4. Posted:
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?
- 2useful
- 0not useful
#5. Posted:
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
- 0useful
- 0not useful
#6. Posted:
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.
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.
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.
- 4useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.