Hi! I’m completely new to Godot and programming in general and I’m very very early into a course so I’m sorry if it’s far too early to even be asking this, but I’ve just got an urge to try things and experiment already.
I’d like to try and make a little test project where you draw a map using tiles and then plonk down little people that run around and do things, basically just a very very simple version of WorldBox - God Simulator.
I know that for the people I have to use CharacterBody2Ds with Area2Ds and whatnot, but I don’t even know where to begin with an in-game map builder.
Would you use the various tilemap features and have some way to put tiles down in-game? Would you somehow create your own grid and some custom nodes for the tiles? I know it’s an awfully unspecific question - I’m basically just asking for any tips and pointers or maybe some articles or example projects that I could look at to help me work this out.