I have to say this is the first time I have seen anyone recommend f# for game dev, let alone godot.
Comment on How do I get started with game development? (Godot specifically)
slazer2au@lemmy.world 11 months ago
Godot uses F# as a programming language so that is where I would start, look up tutorials of F# on YT or Udemy
There are some playlists on YT about making idle clicker games with Godot but those usually use Godot 3 visual coder which has been removed in Godot 4.
One series I watched made a game in the visualiser then converted the game to F# after a bit.
boletus@sh.itjust.works 11 months ago
slazer2au@lemmy.world 11 months ago
Well I was wrong so feel free to ignore me.
Phoenixbouncing@lemmy.world 11 months ago
Sorry (ok maybe not) but Godot uses an internal script that resembles Python, with optional .net bindings.
The .net bindings are c# native.
You could use f#, but if you’re still learning the ropes that’s setting yourself up to fail, since it’ll limit the use of documentation and add a high hurdle to clear
slazer2au@lemmy.world 11 months ago
Well crap.