Camera Angle and The Player's Perspective - UQdeco2800/2021-ext-studio-2 GitHub Wiki

The game perspective will be a 2D third-person perspective with a horizontal camera angle, which is the same as the Mario game. Terrain will be generated randomly and the frame will constantly move to the right as it is an infinite loop game, so the character has to keep up with the frame to kill the characters.

Mario game

The frame will be constantly moving like this: Ski safari

So the character should keep up with the frame.