Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List interactions #29

Open
evktalo opened this issue Feb 15, 2020 · 1 comment
Open

List interactions #29

evktalo opened this issue Feb 15, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@evktalo
Copy link
Member

evktalo commented Feb 15, 2020

As a game designer,
I want to see the list of interactions,
so that I know what interactions are in my game.

Acceptance criteria:

  • All interactions from interactions.json are listed
  • All locally created interactions are listed
  • Interactions (also locally created) are included in export
  • Event (click/drag), source (item), commands (monologue etc.) and destinations (items) are shown
  • Cypress test written

Notes:

  • When the event is click, there is no destination item
  • When the event is drag, there is always a destination item

Make sure to get familiar with https://github.com/kiigame/adventure_engine/wiki/Adventure-creation-guide before starting the implementation.

It is a good idea to thoroughly consider UX before implementation.

@evktalo evktalo added the enhancement New feature or request label Feb 15, 2020
@evktalo
Copy link
Member Author

evktalo commented Feb 15, 2020

Perhaps the scope of this ticket would be just to list the interactions, and be able to view them as json, without even editing possibility. Not sure if this would be useful, or just confusing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant