Telepong in CGE

Hello, do you remember the old game telepong from atary?ç
images

I made a game in CGE like that. I’ts my first proyect using physics

/BlueIcaro

2 Likes

Tested, cool! Just like original Pong, it is incredibly hard :slight_smile:

Recommendations:

  • Show somewhere the keybindings (e.g. as a TCastleLabel at top-middle: “left player: Q/A, right player: up/down, restart by space”). I did have to look at source code to learn them :slight_smile:
  • The font that displays the score could be “more crisp”. To do this, use TCastleFont with larger OptimalSize. Or even activate distance field fonts.
  • You can use GitHub Actions to let GitHub automatically compile ready versions for Windows, Linux, macOS for you.