SHOOTER DEMO ASCII Batch File Game
by ZOINX in Craft > Digital Graphics
21 Views, 0 Favorites, 0 Comments
SHOOTER DEMO ASCII Batch File Game


A batch file is a script of Command Prompt commands compatible with all Windows computers and which inherits basically everything from the olden days of MS-DOS. They are saved in .bat or .cmd files and are edited in Notepad like any other text [.txt] file.
This particular batch file game is a silly little demonstration of the CHOICE command! What's interesting about this command is that the HELP command doesn't show it, yet CMD still yields results for CHOICE /?.
There's a little bit of plot, some QUALITY ASCII graphics, and there's a built-in leader-board feature which relies on one (1) text file.
These instructions are for those who want to know how to play this little thing on their own computer!
Normally, Windows flags batch files that you try to download - and with reason, since even if they're not viruses per se, some batch files can be designed to modify or delete things on your computer that you might not want to modify or delete - but rest assured that this file does none of that! It only exists, lets you play a very short game when you run it, and creates a leader-board in a .txt file.
This is why these instructions won't ask you to download anything, but instead copy-paste the code into Notepad. You'll see ;p
Health Notice: The colours may very well go from very dim to very bright. If this may be problematic for you, close your eyes before shooting the building, and count to 10 before opening your eyes again.
Copyright Notice: This software is free to download, modify and distribute - you can even use it in your own batch files! - but no matter what else you do with it, I ask that you leave the credits to Nam Progs and to ZOINX in this segment's code.
Alrighty, that's everything, time for instructions!
Supplies
You will need:
- A Windows computer newer than, IDK, Windows Vista probably (which, by some marginal chance you're using something older than Vista, props to you but I hope you have a newer alternative! Even YouTube doesn't run on Vista/IE anymore!)
- Like, 5 minutes of your day
Copy-paste!

I am going to paste the whole code below. For this step, you will open an new file in Notepad and copy-paste all of that code into it. I'm using Windows 11 [I was forced to upgrade! >:c] so it looks like in the picture, but it might be slightly different for you, and that's fine.
Save!

You can click File>Save As, or if this a new file you can just press the red X in the top right corner and click Save [or whatever it is in English - sorry!].
From there,
- Click on the File Type dropdown box and select Any File Type
- Click the Encoding dropdown box and select ANSI
- Change the title to shootit.bat [Or anything, so long as it ends in ".bat", since that's the file extension for batch files]
- Before you save it, remember to check where you saved it so that you don't lose it!
- Okay, now you can press Save xD
Run the File


As you can see, I saved my file as shootit.bat in a folder called batchdemo. It doesn't really matter that much for your end.
What's important is that you double-click the batch file and are greeted by this blue and green menu!
If that happens, it means I explained this well and that you followed these instructions well. Good job! As a reward, have a little game xD
Please note that the exact shade of blue and green, and the font, and the cursor, might be different on your computer. I have tinkered with mine to make it look a way that I like. If you're new to this, then you will have default colours and fonts; otherwise, you probably knew that already ;p
Thanks for reading and enjoy this lil' digital trinket!
Also I know this isn't the pinacle of digital graphics pls don't smite me Instructable gods