From adb7806e6e1a1e69f374603e5fb9c0dd48047d89 Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Tue, 16 Nov 2021 22:45:37 +0000 Subject: [PATCH] Added another project --- data/projects.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/projects.json b/data/projects.json index 072b3aa..3d574d1 100644 --- a/data/projects.json +++ b/data/projects.json @@ -8,5 +8,10 @@ "name": "Resume", "description": "A fully customisable online resume created with Next.js.", "href": "https://github.com/r-freeman/resume" + }, + { + "name": "Super Mario Run", + "description": "Mobile game inspired by Super Mario Bros, built with Phaser.", + "href": "https://r-freeman.github.io/super-mario-run/" } ]