From 0ad5812cd358601f5d6c9449a3728a0d5ad63fe7 Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Tue, 1 Oct 2024 22:42:53 -0500 Subject: [PATCH] Update games submodule, adds slope plus and a better version of regular slope. --- public/games | 2 +- src/json/games.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/public/games b/public/games index 24d301a..3b028f4 160000 --- a/public/games +++ b/public/games @@ -1 +1 @@ -Subproject commit 24d301ac975c496d3b3165a66a4029b3deda01f5 +Subproject commit 3b028f45966cc75fc1fd73e92d78f7eb0d7cfcba diff --git a/src/json/games.json b/src/json/games.json index 1eda6c3..9ff6565 100644 --- a/src/json/games.json +++ b/src/json/games.json @@ -401,6 +401,12 @@ "image": "/games/slope/logo.png", "slug": "slope" }, + "slope-plus": { + "name": "Slope Plus", + "description": "Slope Plus is a fast-paced endless runner game where you control a ball rolling down a slope. Avoid obstacles and try to achieve the highest score possible! Slope Plus is a fan remake of Slope with the attempt to fix as many bugs as possible.", + "image": "/games/slope-plus/logo.png", + "slug": "slope-plus" + }, "sm64": { "name": "Super Mario 64", "description": "Super Mario 64 is a 3D platformer game that revolutionized the genre. Join Mario as he explores Princess Peach's castle and collects Power Stars to save her from Bowser.",