RANDOM STEAM GAME PICKER Random Steam Game Picker answers an important question: "What game should I play?" The application reads a public Steam library and selects a random eligible game. It is designed for people with too many games, too little decision-making energy, and a dangerous relationship with the "Choose Again" button. FEATURES SteamID and vanity URL lookup Random selection from a public Steam library Server-side caching for fast repeat requests Game descriptions and playtime information Browser-based temporary blocked-game lists Direct Steam launch links on supported systems Fast responses without an eight-second fake roulette wheel HOW IT WORKS A user enters a SteamID or Steam vanity URL. The server retrieves the public game library from Steam or loads it from the server-side cache. It filters the available games, selects one at random, and returns its details to the browser. Games can be temporarily excluded from future selections using browser-stored preferences. TECHNOLOGY C# and .NET Blazor Interactive Auto ASP.NET Core Steam Web API Steam Store API SQLite-backed distributed caching Cookie-based browser preferences WEBSITE https://randomsteam.kgivler.com SOURCE CODE https://github.com/JoyfulReaper/RandomSteamGame License: MIT Copyright 2026 Kyle Givler ====================================================================== .