diff --git a/_data/games.json b/_data/games.json index 510360bc2..a82999149 100644 --- a/_data/games.json +++ b/_data/games.json @@ -1044,5 +1044,20 @@ "releasedate": "2025", "showcase": "full", "url": "https://poki.com/en/g/mad-skills-motocross-2" + }, + { + "description": "Sprint City is a shared-world competitive 2D platformer from the original creators of SpeedRunners, where tight controls, explosive speed, and hidden shortcuts fuel high-intensity racing.", + "developer": "Second Stage Studio", + "id": "sprint_city", + "images": { + "full": "sprint_city-full.png", + "half": "sprint_city-half.png", + "third": "sprint_city-third.png" + }, + "name": "Sprint City", + "platforms": "Steam (Windows, SteamOS, Linux)", + "releasedate": "March 2026", + "showcase": "full", + "url": "https://store.steampowered.com/app/4191250/Sprint_City/" } ] \ No newline at end of file diff --git a/_data/showcase_featured_full.json b/_data/showcase_featured_full.json index 31240a959..6b04a5134 100644 --- a/_data/showcase_featured_full.json +++ b/_data/showcase_featured_full.json @@ -3,8 +3,9 @@ "brdf", "once-upon-a-galaxy", "lights-shadows", - "monkeymart", + "sprint_city", "tiny-city", + "monkeymart", "superweird", "madskillsmotocross2", "skullhorde", diff --git a/images/games/sprint_city-full.png b/images/games/sprint_city-full.png new file mode 100644 index 000000000..8d2327cfe Binary files /dev/null and b/images/games/sprint_city-full.png differ diff --git a/images/games/sprint_city-half.png b/images/games/sprint_city-half.png new file mode 100644 index 000000000..e9b34f199 Binary files /dev/null and b/images/games/sprint_city-half.png differ diff --git a/images/games/sprint_city-third.png b/images/games/sprint_city-third.png new file mode 100644 index 000000000..1154716ca Binary files /dev/null and b/images/games/sprint_city-third.png differ