godot-demo-projects/visual_script/pong
Aaron Franke f9e7456b70
Add descriptions to all projects with README files
These show up in the project manager when hovering over projects.
2020-03-16 20:50:53 -04:00
..
scripts Update VisualScript demos for Godot 3.2 2020-02-12 19:31:23 -05:00
README.md Add README files to demos with multiple versions 2020-03-09 03:54:32 -04:00
ball.png
ball.png.import
icon.png
icon.png.import
left_pallete.png
left_pallete.png.import
pong.tscn
project.godot Add descriptions to all projects with README files 2020-03-16 20:50:53 -04:00
right_pallete.png
right_pallete.png.import
separator.png
separator.png.import

README.md

Pong with VisualScript

A simple Pong game. This demo shows best practices for game development in Godot, including signals.

Language: VisualScript

Renderer: GLES 2

Note: There is a GDScript version available here.

Note: There is a C# version available here.

How does it work?

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.

Screenshots

Screenshot