Pong with C#'s icon

Pong with C# 4.2-31d1c0c Demos 4.2 Featured

Submitted by user Godot Engine; MIT; 2024-03-28

A simple Pong game. This demo shows best practices for game development in Godot, including signals: https://docs.godotengine.org/en/latest/getting_started/step_by_step/signals.html

How it works:

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.

NOTE: There is a GDScript version available here: https://godotengine.org/asset-library/asset/2728

Language: C#

Renderer: Compatibility


View files Download Submit an issue Recent Edits