/godot-pong

Simple Pong remake in Godot 4

Primary LanguageGDScriptOtherNOASSERTION

Pong remake in Godot 4

This is an exercise of making a Pong game remake with Godot (4.1.1) live. The font that was used in this game isn't open sourced, so either change it in the editor, or buy it on itch.io.

After watching a couple of tutorials after this stream, I realized that my code could be simplified and improved with collision nodes (like KinematicBody2D). I don't know if I'll fix it.