--- title: Games permalink: "games/index.html" --- {% from "macros/media-grid.njk" import grid %} {% set data = collections.game | reverse | limit(5) %} {% set faves = collections.game | filterFavourites | reverse | limit(5) %} {% set tags = collections.game | allTagCounts(["game"]) | limit(5) %}

Games

A collection of games I played over the years. Ideally this would include every game I've every played, but realistically it's an approximation. I try to include my own thoughts with each.

Tags

Latest games

{{ grid(data) }}

Favourite games

{{ grid(faves) }}