My favorite part of this genre is all the arguing about its name! :)
%% DATAVIEW_PUBLISHER: start
```dataview
table without id
file.link as Game,
maker as Maker,
year as Year,
rating as Rating
where
contains(category, [[Games]]) and
!contains(file.name, "Template") and
contains(genre, this.file.link)
sort rating desc
```
%%
| Game | Maker | Year | Rating |
| --------------------------------------------------------------------- | -------------------------------------------- | ---- | ------ |
| [[Castlevania - Dawn of Sorrow.md\|Castlevania - Dawn of Sorrow]] | <ul><li>[[Konami.md\|Konami]]</li></ul> | 2009 | 5 |
| [[Metroid Fusion.md\|Metroid Fusion]] | <ul><li>[[Nintendo.md\|Nintendo]]</li></ul> | 2002 | 5 |
| [[Castlevania - Portrait of Ruin.md\|Castlevania - Portrait of Ruin]] | <ul><li>[[Konami.md\|Konami]]</li></ul> | 2009 | \- |
%% DATAVIEW_PUBLISHER: end %%