Edit of asset "Pong with C#" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | Pong with C# | |
Description |
A simple Pong game. This demo shows best practices for game development in Godot, including signals: https://docs.godotengine.org/en/latest/getting_started/step_by_step/signals.html How it works: The walls, paddle, and ball are all Area2D nodes. When the ball touches the walls or the paddles, they emit signals and modify the ball. NOTE: There is a GDScript version available here: https://godotengine.org/asset-library/asset/2728 Language: C# Renderer: Compatibility |
A simple Pong game. This demo shows best practices for game development in Godot, including signals: https://docs.godotengine.org/en/latest/getting_started/step_by_step/signals.html How it works: The walls, paddle, and ball are all Area2D nodes. When the ball touches the walls or the paddles, they emit signals and modify the ball. NOTE: There is a GDScript version available here: https://godotengine.org/asset-library/asset/2728 Language: C# Renderer: Compatibility |
Category | Demos | |
License | MIT | |
Repository Provider | Custom | |
Repository Url | https://github.com/godotengine/godot-demo-projects/tree/4.2-31d1c0c/mono/pong | |
Issues Url | https://github.com/godotengine/godot-demo-projects/issues | |
Godot version | Godot 4.2 | |
Version String | 4.2-31d1c0c | |
Download Commit | https://github.com/godotengine/godot-demo-projects/releases/download/4.2-31d1c0c/mono_pong.zip | |
Download Url (Computed) | https://github.com/godotengine/godot-demo-projects/releases/download/4.2-31d1c0c/mono_pong.zip | |
Icon Url |
https://raw.githubusercontent.com/godotengine/godot-demo-projects/4.2-31d1c0c/mono/pong/icon.webp
|