Aaron Franke f9e7456b70 Add descriptions to all projects with README files 5 éve
..
scripts da157f6d0e Update VisualScript demos for Godot 3.2 5 éve
README.md 2eaedf8064 Add README files to demos with multiple versions 5 éve
ball.png 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 éve
ball.png.import 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 éve
icon.png 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 éve
icon.png.import 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 éve
left_pallete.png 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 éve
left_pallete.png.import 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 éve
pong.tscn 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 éve
project.godot f9e7456b70 Add descriptions to all projects with README files 5 éve
right_pallete.png 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 éve
right_pallete.png.import 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 éve
separator.png 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 éve
separator.png.import 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 éve

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