ShatteredReality b4c73f4888 Fix README links to asset library (#1078) | 6 месяцев назад | |
---|---|---|
.. | ||
logic | 7 месяцев назад | |
screenshots | 4 лет назад | |
README.md | 6 месяцев назад | |
ball.png | 4 лет назад | |
ball.png.import | 11 месяцев назад | |
icon.webp | 1 год назад | |
icon.webp.import | 1 год назад | |
paddle.png | 4 лет назад | |
paddle.png.import | 11 месяцев назад | |
pong.tscn | 9 месяцев назад | |
project.godot | 7 месяцев назад | |
separator.png | 4 лет назад | |
separator.png.import | 11 месяцев назад |
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.