From c96ce9b504859b36237c3318e4f02ff154d7cd39 Mon Sep 17 00:00:00 2001 From: DecadeDecaf Date: Fri, 17 Jun 2022 12:42:38 -0400 Subject: [PATCH] Ludum Dare 50 results The new "extra" format might cause issues (I am admittedly unsure) but assuming it doesn't, here's the LD50 results --- config.json | 4 +++- lib/ludumdare/ludumDateAPIs.js | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 163a6f3..0204a33 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,7 @@ { - "lastLudum": 49, + "lastLudum": 50, "compo": [ + 805, 735, 1145, 800, @@ -52,6 +53,7 @@ 0 ], "jam": [ + 1923, 2204, 2721, 2406, diff --git a/lib/ludumdare/ludumDateAPIs.js b/lib/ludumdare/ludumDateAPIs.js index 966f41f..f85b13b 100644 --- a/lib/ludumdare/ludumDateAPIs.js +++ b/lib/ludumdare/ludumDateAPIs.js @@ -27,5 +27,6 @@ export default { '176557': { ludum: 46, grades }, '212256': { ludum: 47, grades }, '233335': { ludum: 48, grades }, - '258323': { ludum: 49, grades } + '258323': { ludum: 49, grades }, + '276473': { ludum: 50, grades } }