From 4f0546cfd561dca96c311792b55ad75edc8c40a0 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Tue, 24 Jun 2025 16:01:31 +0700 Subject: [PATCH] Add game projects --- resources/data.edn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/resources/data.edn b/resources/data.edn index e746313..e500194 100644 --- a/resources/data.edn +++ b/resources/data.edn @@ -38,6 +38,24 @@ :technologies ["C" "SDL2" "Linux"] :status "Dormant" :year 2022} + {:name "Degenz Discord Game" + :description "A multiplayer Discord gaming platform with mini-games, RPG progression, and PVP interactions" + :url "https://git.ferano.io/JosephFerano/discord-bot-game" + :technologies ["F#" "PostgreSQL" "Discord API"] + :status "Done" + :year 2022} + {:name "PQ Torus Knot" + :description "Implementation of the Torus Knot using Functional Programming techniques." + :url "https://git.ferano.io/JosephFerano/distributed-fs" + :technologies ["Elm" "WebGL"] + :status "Done" + :year 2018} + {:name "FP-Rendering-Engine" + :description "First Person low-level rendering engine using Functional Programming techniques." + :url "https://git.ferano.io/JosephFerano/fp-rendering-engine" + :technologies ["Elm" "WebGL"] + :status "Done" + :year 2018} {:name "distributed-fs" :description "Distributed file system with client-server architecture, featuring chunked storage across multiple data nodes and SQLite metadata tracking" :url "https://git.ferano.io/JosephFerano/distributed-fs"