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

Game meta key #360

Closed
nikuda opened this issue Oct 8, 2016 · 1 comment
Closed

Game meta key #360

nikuda opened this issue Oct 8, 2016 · 1 comment

Comments

@nikuda
Copy link
Collaborator

nikuda commented Oct 8, 2016

To be able to support 'genre' and similar meta information schema needs to change to hold genres at the name level, as you don't want to re-tag every clone/reimplementation.

# Before
- name: Dune
  clones:
    - name: OpenDune
      genre: Real-Time Strategy
    - name: Dune Legacy
      genre: Real-Time Strategy
  reimplementations: ...

# After
- game:
    name: Dune
    genre: Real-Time Strategy
    theme: Sci-Fi
  clones: ...
  reimplementations: ...
@nikuda
Copy link
Collaborator Author

nikuda commented Oct 8, 2016

Simpler solution implemented in #358 (comment)

- name: Cataclysm
  meta:
    genre: [Role-playing]
    subgenre: [Roguelike]
    theme: [Horror, Survival]
  clones: ...
  reimplementations: ...

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

No branches or pull requests

2 participants