From 176b9b9a13b60fb114466e61ff88df388238bd79 Mon Sep 17 00:00:00 2001 From: Kevin Trogant Date: Sat, 18 Mar 2023 10:39:24 +0100 Subject: [PATCH] update projects --- content/projects.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/content/projects.md b/content/projects.md index bc43194..606611d 100644 --- a/content/projects.md +++ b/content/projects.md @@ -7,16 +7,20 @@ type: "page" You can find the source code for some of these projects at [gitea](https://libneat.hopto.org/git). +# Wolves Of The Mystical Forest + +A rogue like that was submitted to the [7DRL Challenge 2023](https://itch.io/jam/7drl-challenge-2023). +The game is themed around wilderness exploration. + +You can find it on [itch.io](https://fumblegames.itch.io/wolves-of-the-mystical-forest). + +![Gameplay of Wolves Of The Mystical Forest](/wolves.png) + # NVR A VR engine intended for a series of fantasy games. Because of a shift in focus, i recently began a rewrite of this from scratch, but it is based on a previous engine called n2. -# buildbot - -Born out of dissatisfaction with existing CI tools compatible with gitea - mainly because of complicated configuration. -This is my attempt at building a very simple CI tool that does exactly what i need. - # rt_replay.h A single header C99 library for input recording & replay.