Giter Site home page Giter Site logo

destination-unknown's Introduction

#Destination Unknown A text adventure creation engine. Now you can make a text adventure without knowing a programming language!

###How to use it The engine reads information through a json file titled gameconfig.json which needs to be in the same directory as the core jar file.

It would help to learn the json format, else you can look at the default config file and see get the jist of it.

The files that pertain to the creation of the text adventure are located in out/artifacts/Destination_Unknown_jar/

If you just want to make a text adventure, those are the only files you have to worry about

Just move them into a separate foler and run one of the run scripts.

####Things you can customize in the JSON

  • Player
  • Max health
  • Starting health
  • Starting Room
  • Inventory
  • Non Player Characters (NPCs)
  • Name
  • Unique or not (The difference between 'Mario' and 'A Mario')
  • Health
  • Gender
  • Inventory
  • Items that drop when killed
  • Items
  • Name
  • Damage
  • Returned Health on consumption
  • Unique or not (explained within NPCs)
  • Rooms
  • Name
  • Description (Printed on first visit of room and when the player 'look's)
  • Directions from room ('north' goes to Room x)
  • Items in room
  • NPCs in room

destination-unknown's People

Contributors

skittlepox avatar kzh avatar mkarroqe avatar

Stargazers

Michelle Ran avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.