ShatteredReality b4c73f4888 Fix README links to asset library (#1078) | пре 7 месеци | |
---|---|---|
.. | ||
logic | пре 7 месеци | |
screenshots | пре 4 година | |
README.md | пре 7 месеци | |
ball.png | пре 4 година | |
ball.png.import | пре 11 месеци | |
icon.webp | пре 1 година | |
icon.webp.import | пре 1 година | |
paddle.png | пре 4 година | |
paddle.png.import | пре 11 месеци | |
pong.tscn | пре 10 месеци | |
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.