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
- Host: GitHub
- URL: https://github.com/kirby-b/pong-gd
- Owner: kirby-b
- Created: 2024-06-04T23:49:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T03:02:40.000Z (over 1 year ago)
- Last Synced: 2025-01-30T10:29:41.064Z (over 1 year ago)
- Topics: c-sharp, csharp, godot, godot-csharp, godot4, pong, pong-game
- Language: C#
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
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)