Welcome to my minimalist, no-assets-needed recreation of the classic Pong game built entirely in Godot 4. This project uses absolutely no external assets, no sprites, no sounds, no fonts .. just raw code and built-in Godot nodes.
- 100% asset-free: everything is made using Godot’s built-in nodes
- Classic 2-player local gameplay
- Keyboard controls (configurable in code)
- Engine: Godot 4.x
- Language: GDScript
- Assets: None
| Player | Move Up | Move Down |
|---|---|---|
| Left Paddle | W |
S |
| Right Paddle | Up Arrow |
Down Arrow |
- Press
Rat any time to restart the game.
I have exported this Godot 2D game in HTML format and deployed it on itch.io, so you can play it directly in your browser:)
Play here: Pong War