ShatteredReality b4c73f4888 Fix README links to asset library (#1078) | il y a 6 mois | |
---|---|---|
.. | ||
logic | il y a 7 mois | |
screenshots | il y a 4 ans | |
README.md | il y a 6 mois | |
ball.png | il y a 4 ans | |
ball.png.import | il y a 11 mois | |
icon.webp | il y a 1 an | |
icon.webp.import | il y a 1 an | |
paddle.png | il y a 4 ans | |
paddle.png.import | il y a 11 mois | |
pong.tscn | il y a 9 mois | |
project.godot | il y a 7 mois | |
separator.png | il y a 4 ans | |
separator.png.import | il y a 11 mois |
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.