How do I create these actions using blueprints?

my question is i have to now the right way to do this actions in blueprints i have a sneak sprite and black background .

•Camera in top
•Sneak moving eating and growing with speed x2
•Sneak “move non stop “ from start to die when touch the sides of the screen
•the food sneak changing the place sometime the time
•pause button
•Joustik left,right,up,down attach to the sneak
•the score & timer account i mean when sneak eat it change to score and then change to timer “timer is you have the time to eat if not you will die that it timer mean here“
ok then thanks in advance if you don’t now exactly what I’m saying just tele i will explaynt to you white picture ok.

Don’t expect people to do game for you

Try to learn blueprint basics from tutorials, once you learn you might think figure things oyurself

yes i just little help how to start is not that is for non programmer the problem how to understand every node when is neceser thanks in advance

  1. Format your text, it is hard to read
  2. Learn to use blueprints, this is programming a game, not helping

Please at least try to use some kind of spell check. Most browsers have it built in and it really helps understanding your problem.

As I understand it you want to create a Snake clone. First up try to decide if it should be 2 or 3D.

After that you should check out the “TopDown” preset (which you can chose when you create a new project in the menu).

The camera will already be setup. You will have to create a new character, define the controls in the controller, add scores, timer and that stuff in your gamemode and add an HUD.

I can’t see anything out of the ordinary which would be extra difficult to create. If you have specific questions feel free to ask but please do some effort before that.

EpicGames released quite a lot of Tutorials and the Community did as well. They help an awful lot but of course it will take time to learn how to use the engine.

Try to use those tutorials and the documentation.