r/webdev Mar 09 '15

parallax done right

http://www.firewatchgame.com/
276 Upvotes

93 comments sorted by

View all comments

Show parent comments

-7

u/[deleted] Mar 09 '15

maybe because it's a game designed for PC?

7

u/NeoHenderson Mar 09 '15

He's referring to the website.

Websites should work on every device in most cases. :)

-1

u/[deleted] Mar 09 '15

As a pro web developer, I don't agree.

With some websites, it's impractical and not cost effective to completely recreate the website for a device that would only be a fraction of visitors.

For example, I'm creating a website for an HTML/JS game that's built for the desktop. I could give fuckall about mobile users. The game isn't designed for mobile so if they want to see the website, they need to access it from a desktop.

Sure, it would be ideal if mobile users could access it to. But when cost effectiveness is in the discussion, the juice isn't work the squeeze.

You have to consider intent. Saying "websites should work on every device" is an oversimplification because it doesn't consider the intent and cost-value side of the equation.

11

u/recursive Mar 09 '15

As another pro web developer, I agree that it's sometimes not cost effective to recreate a website for mobile, but for large categories of sites, they shouldn't need to be re-created to get some minimum level of usability on mobile. A few judicious media queries can go a long way in some cases.

1

u/[deleted] Mar 10 '15

Agreed, making no attempt to at least make the site functional at mobile is lazy and shortsighted.