NextSteamGame.com: vector-powered Steam recommender explains why you'll like a game
Break down your favorite games into jazz fusion vibes and city atmosphere vectors.
Finding new games during a Steam sale can be overwhelming with broad tags like 'action'. A student developer, u/Expensive-Ad8916, created NextSteamGame.com to solve this by using vector embeddings that capture the nuanced essence of each game. Instead of one-size-fits-all categories, the system builds a focus vector for gameplay aspects (e.g., 'day cycle 20%', 'dungeon crawling 20%', 'social sim 20%') and a separate tag vector for themes and aesthetics (e.g., 'music: jazz fusion', 'vibe: small rural town'). This granularity lets users discover why they love a game like Balatro for its card synergies, not just its roguelike label, and find hidden gems that collaborative filtering algorithms often miss.
The recommender is fully open-source on GitHub and powered by a database that takes roughly 24 hours to build, with rate-limiting challenges the developer acknowledges. An advanced mode lets enthusiasts tweak sliders and data terms directly. The project showcases a practical application of vector similarity search in gaming, offering transparent, explainable recommendations. While still in its early stages with potential bugs, it’s a promising tool for anyone tired of generic suggestions and eager to find their next favorite game based on what truly matters to them.
- NextSteamGame.com uses custom focus vectors (e.g., 20% day cycle, 20% social sim) and specific tags like 'jazz fusion' to capture game essence.
- The vector similarity approach avoids the 'recommend the same things' trap of collaborative filtering, revealing underrated games.
- Open-source project built by a student; database takes ~1 day to build; contributions welcome on GitHub.
Why It Matters
For gamers and developers, shows how granular vector embeddings can make recommendations explainable and discover niche titles.