Hacker News new | ask | show | jobs
by devaler 2344 days ago
I see The Room series of games multiple times.
1 comments

Oops, that seems to be a pagination problem (they're only in the database once, as you can see here: https://nobsgames.stavros.io/ios/?name=room). I will investigate, thank you.

EDIT: iOS games have a rating that's quantized 0.5 apart, so all the 5-star games were sorting unstably. Sorting by "-rating, -reviews" seems to have fixed that (and is more useful), thanks.

Are you sure about that? You report Bacon the Game as a 5, but https://apps.apple.com/us/app/bacon-the-game/id1413085106 lists it as 4.8 out of 5.
Unfortunately, yes:

https://itunes.apple.com/lookup?id=1413085106

However, since that API is very barebones and I'm scraping the page anyway, I'll scrape the rating as well, thank you for the heads up.