diff --git a/content/games/data.toml b/content/games/data.toml index d390ccfa..ea143c72 100644 --- a/content/games/data.toml +++ b/content/games/data.toml @@ -228,6 +228,14 @@ categories = ["rpg", "open-world"] repository_url = "//github.com/PistonDevelopers/hematite" image = "/assets/img/hematite.png" +[[items]] +name = "Hnefatafl" +description = "The game of Hnefatafl, Copenhagen variant. Sometimes called viking chess. An engine, client, and server." +categories = ["strategy", "released"] +homepage_url = "//hnefatafl.org" +repository_url = "//github.com/dcampbell24/hnefatafl" +image = "/assets/img/hnefatafl-king.png" + [[items]] name = "Hydrofoil Generation" description = "A realistic sailing/foiling inshore simulator that puts you in the driving seat of modern competitive sailing" diff --git a/static/assets/img/hnefatafl-king.png b/static/assets/img/hnefatafl-king.png new file mode 100644 index 00000000..1de0ae1d Binary files /dev/null and b/static/assets/img/hnefatafl-king.png differ