Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Choose a format for game input #1

Open
jbheard opened this issue Mar 26, 2020 · 1 comment
Open

Choose a format for game input #1

jbheard opened this issue Mar 26, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@jbheard
Copy link
Contributor

jbheard commented Mar 26, 2020

We want to develop an easy format for people without coding experience to use.

Ideally a user can pass a folder to our program and it will create a text adventure on that.

Things to consider:

  • Inventory size
  • Starting inventory
  • Equipment slots
  • User stats (health, mana, etc)
  • How to go from one place to another
    • Each page in different file
    • Put multiple things in one file, option to link to other files
@jbheard jbheard added documentation Improvements or additions to documentation question Further information is requested labels Mar 28, 2020
@jbheard
Copy link
Contributor Author

jbheard commented Oct 18, 2020

Currently we are using YAML for game inputs. However, yaml is not great for multi-line text and long paragraphs, despite supporting it.
JSON is another good format we could consider, but it is more technical; yaml was created with a focus on being readable.
A custom format could work for us, but we would need to define something rather clever, as well as write our own readers/writers for the file type.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant