godot-demo-projects/visual_script/pong
Aaron Franke 2eaedf8064
Add README files to demos with multiple versions
2020-03-09 03:54:32 -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 Update all Pong demos to Godot 3.1.2 and conform to style guides 2020-02-01 03:15:27 -05:00
ball.png.import Update all Pong demos to Godot 3.1.2 and conform to style guides 2020-02-01 03:15:27 -05:00
icon.png Update all Pong demos to Godot 3.1.2 and conform to style guides 2020-02-01 03:15:27 -05:00
icon.png.import Update all Pong demos to Godot 3.1.2 and conform to style guides 2020-02-01 03:15:27 -05:00
left_pallete.png Update all Pong demos to Godot 3.1.2 and conform to style guides 2020-02-01 03:15:27 -05:00
left_pallete.png.import Update all Pong demos to Godot 3.1.2 and conform to style guides 2020-02-01 03:15:27 -05:00
pong.tscn Update all Pong demos to Godot 3.1.2 and conform to style guides 2020-02-01 03:15:27 -05:00
project.godot Convert most demos to GLES 2 2020-03-04 20:59:12 -05:00
right_pallete.png Update all Pong demos to Godot 3.1.2 and conform to style guides 2020-02-01 03:15:27 -05:00
right_pallete.png.import Update all Pong demos to Godot 3.1.2 and conform to style guides 2020-02-01 03:15:27 -05:00
separator.png Update all Pong demos to Godot 3.1.2 and conform to style guides 2020-02-01 03:15:27 -05:00
separator.png.import Update all Pong demos to Godot 3.1.2 and conform to style guides 2020-02-01 03:15:27 -05:00

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