LEARN JUST IN FEW STEPS
1.
2
Get a Basic Idea of Your Game. This part is crucial, but pretty easy. Just come up with things like the name of it, genre, etc.
3
Begin. Create a new folder (preferably on your desktop) with the name of your game. Don't use any special characters or spaces, only letters, dashes, and underscores. An example is: "mazes_and_monsters". This way, Command Prompt will be able to open it.
4
Make The First File. Open up Notepad, and write something similar to this:
@echo off
:start
echo Mazes and Monsters
echo The MS-DOS Adventure
echo
echo Underground Cavern
echo You awaken in an underground cavern.
echo
5
After that is done, save it as START.bat, RESTART.bat, etc. and put it in the game file.
6
Create Commands for Your Game. To do this, make a batch file for each command and place them in the game file. Like EXAMINE.bat. It would look something like this:
@echo off
if "%1" == "torch" goto torch
if "%1" == "tree" goto tree
:torch
echo The torch is lit, and spreads light across the room.
echo.
:tree
echo It is a tree.
echo.
7
"if "%1" == "torch" goto torch" is if they were to enter "examine torch". This does not have to be here. If it is a command that is not used on certain objects, it could look like this:
@echo off
:start
echo You are in a dim cavern. You see a hallway going to the right and one to the left.
echo.
:left door
echo The wooden door is barged shut and locked.
echo.
So, if you were to enter that command while you were accessing the :start label, it would show "You are in a dim cavern. You see a hallway going to the right and one to the left," yet if you were to enter "examine" while accessing the :left door label, it would show "The wooden door is barged shut and locked."
8
Start the Game. Once you're finished with most or the entire game, you'll want to test it. Open Command Prompt, make your way to your game file and open it. Remember when we created the "START.bat" file? We're almost to that. Now, type @echo off, cls, and "start". That will take you to that file, and voila. Try and enter the different commands, test some other things, etc.
9Once you near completion, add a README.txt file explaining the game and instructions to starting it in the game file. Then you're ready to go ahead and upload the game file to the World Wide Web
1 comment:
Do you need to increase your credit score?
Do you intend to upgrade your school grade?
Do you want to hack your cheating spouse Email, whatsapp, Facebook, instagram or any social network?
Do you need any information concerning any database.
Do you need to retrieve deleted files?
Do you need to clear your criminal records or DMV?
Do you want to remove any site or link from any blog?
you should contact this hacker, he is reliable and good at the hack jobs..
contact : cybergoldenhacker at gmail dot com
Post a Comment