Browser Game: What resolution?

For discussions about game development that does not fit in any of the other topics.
User avatar
OldRod
Posts: 1320
Joined: Sun Sep 20, 2009 4:26 pm

Browser Game: What resolution?

Post by OldRod »

I'm setting up the stylesheets for my browser MORPG I'm working on. What browser resolution are most people using nowadays?

Most HTML sites say to plan for at least 800x600, but most people who are playing a MORPG will be gamer-types who will probably be using higher. Is it safe to make 1024x768 design by default?
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Browser Game: What resolution?

Post by hallsofvallhalla »

i never plan for 800x600. I don't know anyone of anything using that resolution :)
Falken
Posts: 438
Joined: Fri May 08, 2009 8:03 pm

Re: Browser Game: What resolution?

Post by Falken »

A good developer makes it dynamic, aiming for it to work in either 800x600 or 1024x768. But it should adjust itself to bigger screens.
--- Game Database ---
For all your game information needs!
Visit us at: http://www.gamedatabase.eu today!
User avatar
OldRod
Posts: 1320
Joined: Sun Sep 20, 2009 4:26 pm

Re: Browser Game: What resolution?

Post by OldRod »

Yeah, but if the game display area is a fixed width, then lower resolutions will get a horizontal scroll bar, which is not good usually. I'm hoping to avoid that, but still not have lots of wasted space in higher resolution :)
User avatar
Chris
Posts: 1580
Joined: Wed Sep 30, 2009 7:22 pm

Re: Browser Game: What resolution?

Post by Chris »

I make all my site for 1024x768. Only 4% of people use 800x600. http://www.w3schools.com/browsers/browsers_display.asp
Use width 980px. It fits quite well.
Fighting for peace is declaring war on war. If you want peace be peaceful.
User avatar
OldRod
Posts: 1320
Joined: Sun Sep 20, 2009 4:26 pm

Re: Browser Game: What resolution?

Post by OldRod »

Chris wrote:I make all my site for 1024x768. Only 4% of people use 800x600. http://www.w3schools.com/browsers/browsers_display.asp
Use width 980px. It fits quite well.
Ah, thanks! Nice to know :)
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Browser Game: What resolution?

Post by hallsofvallhalla »

yes and when you are making games with maps and travel systems its nearly impossible to make it for a 800x600 screen. Websites not so hard, but a dynamic web browser game will look terrible.
Falken
Posts: 438
Joined: Fri May 08, 2009 8:03 pm

Re: Browser Game: What resolution?

Post by Falken »

hallsofvallhalla wrote:Websites not so hard, but a dynamic web browser game will look terrible.
No no no, you make the map static size, but the gui dynamic. The most terrible is a 750px wide website on a screen with 1680-2000px width...
--- Game Database ---
For all your game information needs!
Visit us at: http://www.gamedatabase.eu today!
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Browser Game: What resolution?

Post by hallsofvallhalla »

Falken wrote:
hallsofvallhalla wrote:Websites not so hard, but a dynamic web browser game will look terrible.
No no no, you make the map static size, but the gui dynamic. The most terrible is a 750px wide website on a screen with 1680-2000px width...

hahaha i can imagine
Falken
Posts: 438
Joined: Fri May 08, 2009 8:03 pm

Re: Browser Game: What resolution?

Post by Falken »

hallsofvallhalla wrote:
Falken wrote:
hallsofvallhalla wrote:Websites not so hard, but a dynamic web browser game will look terrible.
No no no, you make the map static size, but the gui dynamic. The most terrible is a 750px wide website on a screen with 1680-2000px width...

hahaha i can imagine
Ye and many gamers have a 22" widescreen those days, atleast in sweden :P
--- Game Database ---
For all your game information needs!
Visit us at: http://www.gamedatabase.eu today!
Post Reply

Return to “General Development”