How do I get started creating an 8-bit 2D sidescroller?

So I wanna make a 8 bit 2D scroller game with UE4, but I don’t know where to start. Got some tips on where I could start?

you can look at the free examples “Swing Ninja” and “Tappy Chicken”

Hi ReadingNotAllowed,

Another good place to start would be the 2D tutorial section on the Wiki.

Paper2D Endless Runner Example for all - Game Development - Unreal Engine Forums is my paper2D endless runner. You could easily get started with this. Everything is in blueprints but it’s also C++ ready.

I’d start by using this website, then export as .png and create sprites from the spritesheet.