From bb522e3b781246f6106431f95ba1f66a81713973 Mon Sep 17 00:00:00 2001 From: StepanovPlaton Date: Tue, 3 Feb 2026 16:21:59 +0400 Subject: [PATCH] =?UTF-8?q?Create=20Projects=20=E2=80=9Cloderunner?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/projects/loderunner.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/content/projects/loderunner.json diff --git a/src/content/projects/loderunner.json b/src/content/projects/loderunner.json new file mode 100644 index 0000000..9049ec8 --- /dev/null +++ b/src/content/projects/loderunner.json @@ -0,0 +1,15 @@ +{ + "sourceCode": "https://github.com/StepanovPlaton/LodeRunner", + "featured": false, + "liveDemo": "https://rutracker.org/forum/viewtopic.php?t=5885455", + "startDate": "2020-04-01T08:00:00.000+04:00", + "techStack": [ + "Unity", + "C#" + ], + "status": "completed", + "title": "LodeRunner", + "tags": [], + "description": "Ремейк LodeRunner c Apple II c оригинальным набором уровней написанный на Unity (С#)", + "category": "history" +}