Questions tagged [side-scroller]
A game where the action is viewed from a side-view camera angle. On-screen characters generally move from the left side to the right.
113 questions
1 vote
0 answers
211 views
making a 5 minute Metroidvania prototype and wanna know if my dev process is good
I've been learning Godot and game dev as a whole since the start of this year and I've sunk dozens of hours into practicing making games in it, lately I've set out to make a very small sort of "...
0 votes
0 answers
154 views
Real-life "fighter jet" like movement behavior in a 2D side-view game
I'm looking for a way to implement a fighter-jet like movement behavior for my non-player entities in my 2D side-view shoot-em-up. I.e. enemy entities (say jets or planes) can't suddenly change their ...
2 votes
1 answer
3k views
How to create large Sidescrolling Map in Godot?
I would like to create a 2D Sidescrolling map, like one for a platformer, but for a shooter game. At first I thought I could just draw a big map based on a tilemap and make the player and the enemies ...
0 votes
1 answer
839 views
How would I incorporate gravity and gravity affecting obstacles into A* pathfinding in a 2d side-scrolling game?
I want to be able to modify the A* pathfinding in a way that I can get my NPC from his current position to any point that's within reach. The tricky part is that this takes place in a side-scrolling ...
1 vote
0 answers
741 views
Shot em up! Vertical or Horizontal "side scrolling"?
Question it’s about "Shot em up" style game (For example: Tyrian) also known as Top-Down shooters. These games in the past mostly exist as top down concept, it means player object can move ...
0 votes
1 answer
227 views
How do I make my level scroll side-to-side as the player moves?
I am trying to figure out how can I make a side-scrolling view in Pygame. If I am moving right or left, I want the portion of the level shown on-screen to shift to follow the player character. Here ...
1 vote
1 answer
243 views
Same scroll speed across devices with different DPI
I am creating a simple game in JS, something like the flappy bird :) For pipe scroll, I am using a linear tween. I noticed that the speed of the pipes are different across different smartphone ...
0 votes
1 answer
732 views
How do you partition a level and create screen transitions out of these partitions?
The levels in Castlevania games, you walk forward and then come to a point on the level where the screen stops scrolling but is not a deadend and there's no door either. They just wanted to transition ...