Creating a (football) manager simulation

Hi everyone,

I’m pretty sure this has been asked before so it would be great if you have a link where I can gather knowledge about the topic! Google didn’t really help.

I am a huge fan of a very old football manager simulation (german “Anstoss”-series). I have basic knowledge in c++. My goal would be to do this in Godot, which I never used before. As far as I can see, I need knowledge of how the engine itself works, databases (for players and their stats) and a UI - no 3D or any other kind of visual game simulation in the first step. Is there by any chance a tutorial for something like that?

This is a pure hobby project, no intent of making money with it. Just doing it “from the heart”.

Thank you all for your input!

This is a good start to familiarize yourself with the basics of Godot.

Once you get the basics, you can start designing your own game.
It seems like all you’d need for your project for now are the Control (UI) nodes.

If you ever get stuck with something specific - ask a question here and there’ll be plenty of people rushing to help you :slight_smile: