• 4 Posts
  • 1K Comments
Joined 11 months ago
cake
Cake day: June 7th, 2024

help-circle



  • I think there’s a lot more that goes into a games success or failure than just reviews. I’m not entirely convinced that a wave of good reviews would financially save their studio. I also find it funny that he acknowledges that he doesn’t write reviews for things.

    For my case, it’s been on my wish list for a while. I enjoyed Ori, but didn’t love it, and plan on getting around to the second Ori game eventually. But I have a zillion games to play, and right now they’re not that high on my list. But my moods change, and next month I may well be in the mood for something like No Rest for the Wicked, see it on my wish list, and finally pick it up.

    But quite frankly, no review is going to sway me. I’ve enjoyed Mixed review games, I’ve loved Mostly Negative games, and I’ve disliked Overwhelmingly Positive games. Fact of the matter is I’m much more likely to look at actual gameplay videos and make a decision rather than read a written review.

    But, that’s just my anecdotal experience. I personally find it hard to believe the reviews play that big of a role here. I think that success or failure comes down to a hundred different factors, and the unfortunate reality is that some really awesome gems aren’t successful for no real fair reasons, sometimes.







  • Wonder if any of this is the reason why.

    Anubis also relies on modern web browser features:

    ES6 modules to load the client-side code and the proof-of-work challenge code.
    Web Workers to run the proof-of-work challenge in a separate thread to avoid blocking the UI thread.
    Fetch API to communicate with the Anubis server.
    Web Cryptography API to generate the proof-of-work challenge.
    This ensures that browsers are decently modern in order to combat most known scrapers. It’s not perfect, but it’s a good start.

    This will also lock out users who have JavaScript disabled, prevent your server from being indexed in search engines, require users to have HTTP cookies enabled, and require users to spend time solving the proof-of-work challenge.

    This does mean that users using text-only browsers or older machines where they are unable to update their browser will be locked out of services protected by Anubis. This is a tradeoff that I am not happy about, but it is the world we live in now.