ShatteredReality b4c73f4888 Fix README links to asset library (#1078) | 5 meses atrás | |
---|---|---|
.. | ||
Logic | 8 meses atrás | |
screenshots | 3 anos atrás | |
Pong with C#.csproj | 8 meses atrás | |
Pong with C#.sln | 4 anos atrás | |
README.md | 5 meses atrás | |
ball.png | 4 anos atrás | |
ball.png.import | 8 meses atrás | |
icon.webp | 1 ano atrás | |
icon.webp.import | 1 ano atrás | |
paddle.png | 4 anos atrás | |
paddle.png.import | 8 meses atrás | |
pong.tscn | 8 meses atrás | |
project.godot | 8 meses atrás | |
separator.png | 4 anos atrás | |
separator.png.import | 8 meses atrás |
A simple Pong game. This demo shows best practices for game development in Godot, including signals.
Language: C#
Renderer: Compatibility
Note: There is a GDScript version available here.
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2796
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.