Skip to content

gusg21/adventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adventure

A system for making games in Batch. Meant for anyone to use.

How-to

If you look in the "main" folder, you will see the options are folders. The text describing the area is in "text.txt". And when you choose an option, you go inside the option's folder, which will also have options. And so on. If you know a thing or two about batch, you can place code to run when you choose an option. Just place it in the option folder and call it "script.bat". With this you can create more complex games!