Temple of The Roguelike Forums

Websites => Off-topic (Locked) => Topic started by: liquidsoap on August 18, 2012, 12:46:29 AM

Title: Scrolling vs non-Scrolling game
Post by: liquidsoap on August 18, 2012, 12:46:29 AM
I have been switching between making my game a scrollable game where the player is always in the middle and the map just scrolls behind and a game where the map does not move and the player will move up and down on the screen. I am stuck on deciding which way to move forward with. If the game is scrollable then I could have bigger maps. If it is not scrollable I could have smaller map but maybe just more levels in the dungeon. So what way do you guys prefer?
Title: Re: Scrolling vs non-Scrolling game
Post by: Skeletor on August 18, 2012, 01:56:52 AM
I definitely prefere screen-sized non scrollable maps like Adom, DoomRL A quest too far, Infra arcana, etc. I like having more control and knowledge about things and therefore a bit more rewarded to play tactically. In addition it adds some kind of "intimacy" to the game experience.
Title: Re: Scrolling vs non-Scrolling game
Post by: kraflab on August 18, 2012, 03:21:37 AM
I feel like a scrolling map provides more of an immersive experience, because you only see near your character and the focus is on it, whereas a screen-sized map enhances the feeling that you are merely playing a map.

Both are fine, and what type of game you want to make should determine which you choose.
Title: Re: Scrolling vs non-Scrolling game
Post by: guest509 on August 18, 2012, 05:18:02 AM
  I vote single screen. Quicker levels. If you are doing tiles you often need a scrolling screen because tiles can run pretty large.

  Try both types of games. Brogue is a good one that is single screen. Crawl and Tome have tiles and scroll. Can't think of a tiled roguelike that doesn't scroll right now...
Title: Re: Scrolling vs non-Scrolling game
Post by: kraflab on August 18, 2012, 07:23:31 PM
Can't think of a tiled roguelike that doesn't scroll right now...

Infra Arcana
Title: Re: Scrolling vs non-Scrolling game
Post by: guest509 on August 19, 2012, 12:41:36 AM
GRAH!  Now I feel stupid. I just played that.
Title: Re: Scrolling vs non-Scrolling game
Post by: Krenium on October 18, 2012, 01:32:22 AM
You could also have a mix of both. Once the player gets near the edge of the screen, the map is centered on that location. I believe Angband takes this approach. I think it's a little less jarring than the 'always centered' approach.
Title: Re: Scrolling vs non-Scrolling game
Post by: tuturto on November 17, 2012, 04:31:07 PM
I like small levels, so with ascii graphics it usually means non-scrolling. I'm not against scrolling ones either, as long as the levels are not huge.
Title: Re: Scrolling vs non-Scrolling game
Post by: Alex E on November 30, 2012, 01:57:31 AM
If your map is large, then scrolling is kind of required, since no one wants to see dozens of tiny little tiles trying to be fit on the screen at once.
If it's small, then I'd say non-scrolling would be best.

Title: Re: Scrolling vs non-Scrolling game
Post by: TheCreator on November 30, 2012, 06:59:09 AM
Scrolling with every move is quite awkward in roguelikes, at least for me. I'd get lost in all that ASCII stuff if it changed all the time. But the funny thing is that you can make it optional. That's how it's done in Fame.

The decision about tile size or number is a separate thing, though. The best approach is to make it as flexible as you can - that is, your game should look good with either tile size and be ready for (almost) any tile number. That way it should be fairly easy to please most of the players.
Title: Re: Scrolling vs non-Scrolling game
Post by: NON on November 30, 2012, 01:30:25 PM
If your map is large, then scrolling is kind of required, since no one wants to see dozens of tiny little tiles trying to be fit on the screen at once.
If it's small, then I'd say non-scrolling would be best.
Dozens? :D

Just a small 80x24 dungeon contains 1920 cells.

But okay, that is dozens - 160 of them!
</nitpick>
Title: Re: Scrolling vs non-Scrolling game
Post by: Alex E on December 01, 2012, 12:56:14 AM
Dozens? :D

Just a small 80x24 dungeon contains 1920 cells.

But okay, that is dozens - 160 of them!
</nitpick>

I was thinking dozens per row or column, and ended up just writing out dozens. I meant thousands  :P
Title: Re: Scrolling vs non-Scrolling game
Post by: Tandycotter on March 02, 2013, 12:15:07 PM
If your map is large, then scrolling is kind of required, since no one wants to see dozens of tiny little tiles trying to be fit on the screen at once.
If it's small, then I'd say non-scrolling would be best.



Definitely have to agree. It's the map that matters and can be your decision maker.
Title: Re: Scrolling vs non-Scrolling game
Post by: guest509 on March 03, 2013, 06:56:44 AM
  I fall firmly into the group that thinks a single screen map is more fun. If that does not fit in with your development plan, then of course scroll the map. But for me I like a single screen. It's not a deal breaker though.
Title: Re: Scrolling vs non-Scrolling game
Post by: Vanguard on November 01, 2013, 06:18:46 AM
I definitely prefere screen-sized non scrollable maps like Adom, DoomRL A quest too far, Infra arcana, etc. I like having more control and knowledge about things and therefore a bit more rewarded to play tactically. In addition it adds some kind of "intimacy" to the game experience.

Yeah non-scrolling maps own.  The lower number of rooms gives the developer better opportunities to make each individual room more dangerous or rewarding.  You don't need to check a map to remember what the opposite side of the gigantic level looked like.  They usually lead to shorter, more intense games and That's A Good Thing.
Title: Re: Scrolling vs non-Scrolling game
Post by: malignatius on November 01, 2013, 09:57:15 AM
Scrolling for immersion, single screen for strategy. Both is ok. But scrolling is harder to "get right".
Title: Re: Scrolling vs non-Scrolling game
Post by: bencollver on December 08, 2013, 01:28:35 AM
When I first played Moria, the scrolling dungeon was nice.  It felt as though I could get lost.  Variety is a good thing.
Title: Re: Scrolling vs non-Scrolling game
Post by: guest509 on December 08, 2013, 08:11:57 PM
Ben if you want to get really lost try a branching dungeon...gah!
Title: Re: Scrolling vs non-Scrolling game
Post by: Paul Jeffries on December 09, 2013, 09:09:43 PM
Pixel Dungeon does it quite nicely, being scrollable but allowing you to zoom in and out so that you can see the whole map if you want.
Title: Re: Scrolling vs non-Scrolling game
Post by: Rya.Reisender on December 11, 2013, 11:30:31 AM
I think it depends on what you are aiming at. Scrolling is only good if your aim is to give the player a challenge in finding the correct way.