404@lemmy.ziptoProgramming@programming.dev•How am i supposed to learn C# ?English
11·
5 days ago- Start writing a small game in Godot using GDScript (basically Python)
- Use the Godot docs to read about C# alternatives to GDScript as you go, compare them and see how they differ
- Translate bit by bit of your game to C# using the docs
- Congrats, you have written a game in C#