An open API service indexing awesome lists of open source software.

https://github.com/kirby-b/pong-gd

Pong made in godot
https://github.com/kirby-b/pong-gd

c-sharp csharp godot godot-csharp godot4 pong pong-game

Last synced: 30 days ago
JSON representation

Pong made in godot

Awesome Lists containing this project

README

          

# Pong GD

This was a small project to learn how to use c# in Godot, and the differences between C# and GD. It has taught me a lot, especially the correct used of c# with godot. Dont get me wrong; C# works fine as a controller for basic stuff like this. But GDScript works better in a lot of ways. This isnt Godot or C#'s fault and it ultimatly comes down to one thing: GDScript is made for godot and C# is just supported. This means that gd will always work better for actually working with the engine, which is why a lot of people mainly use C# for math and heavy calculations that run slower with GDScript.

In conclusion, both are acceptable languages, both are valueable to learn, and you shouldnt choose just one of these languages to use(this applys to a lot of things actually)