ShatteredReality b4c73f4888 Fix README links to asset library (#1078) | 6 hónapja | |
---|---|---|
.. | ||
logic | 7 hónapja | |
screenshots | 4 éve | |
README.md | 6 hónapja | |
ball.png | 4 éve | |
ball.png.import | 11 hónapja | |
icon.webp | 1 éve | |
icon.webp.import | 1 éve | |
paddle.png | 4 éve | |
paddle.png.import | 11 hónapja | |
pong.tscn | 9 hónapja | |
project.godot | 7 hónapja | |
separator.png | 4 éve | |
separator.png.import | 11 hónapja |
A simple Pong game. This demo shows best practices for game development in Godot, including signals.
Language: GDScript
Renderer: Compatibility
Note: There is a C# version available here.
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2728
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.