Snake C#
Basic snake game sample made with C# for Godot 4.0+.
It has a main scene with three nodes:
Each one of the nodes has a script in C# to implement the game logic.
Requirements
Remember to modify .vscode/launch.json and change {path_to_godot} to your installation path to enable debugging on Visual Studio Code.