ShatteredReality b4c73f4888 Fix README links to asset library (#1078) | 5 months ago | |
---|---|---|
.. | ||
Logic | 8 months ago | |
screenshots | 3 years ago | |
Pong with C#.csproj | 8 months ago | |
Pong with C#.sln | 4 years ago | |
README.md | 5 months ago | |
ball.png | 4 years ago | |
ball.png.import | 8 months ago | |
icon.webp | 1 year ago | |
icon.webp.import | 1 year ago | |
paddle.png | 4 years ago | |
paddle.png.import | 8 months ago | |
pong.tscn | 8 months ago | |
project.godot | 8 months ago | |
separator.png | 4 years ago | |
separator.png.import | 8 months ago |
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.