Show HN: Isitongamepass.gg (isitongamepass.gg)
Enter https://isitongamepass.gg - a super fast site where you can look up the current Game Pass roster. My goals going into it were speed and easily accessible information. Each card has a game title, a poster image, and the set of platforms it's available on. If you click on a card, it opens up a details view that has links to the store page for the game as well as a description and availability details.
This is something I put together in my free time and is the first website I've built (although I'm a professional software engineer) so I have no doubt there are some bugs. If you run into something, please comment here or send me a DM. Same goes if you have ideas for improvements!
A couple other random things:
Why are some games listed twice?
There's a weird thing where some games have different store IDs on console vs PC. There's no good way I've found so far to combine these listings so they show up twice, once for the console version and once for the PC version.
Why .gg?
It turns out isitongamepass.com is an already owned domain with nothing on it. I briefly had the thought of making it isitongamepa.ss, but you can't really do this because of Nazis.
Things I'm thinking about for the future of this site - More filters, specifically being able to filter by platform
- Improve search functionality
- Find ways to improve speed and responsiveness
12 comments
[ 5.6 ms ] story [ 38.6 ms ] threadWhat did you use for the cover art and other data? I’ve been using the IGDB API (provided by Twitch? Maybe owned by Amazon/Twitch?), and it’s been awkward to use to say the least.
This would probably the next best solution for dealing with duplicates. Do all the duplicates have the same title? Maybe you could try merging them based on identical metadata.
Also, I think filtering based on genre and other attributes is crucial for browsing a big list like this.
You could maybe also add in-store links that would open the game in the Store app?
The duplicates unfortunately don’t have identical titles. They’re close and I think I could do some matching, but it will be something like “Cool Game” and “Cool Game - Windows Edition”. Except that subtext isn’t the same for everything.
I've noticed that about the duplicates. Some cleaning up will be necessary like removing the TM symbols, yeah. Is there no other metadata you have access to?
edit: Where did you get the store IDs for all the games anyway? Also, those titles are weirdly inconsistent, which is annoying.