The classic game PONG! made in Godot
Go to file
2022-08-20 14:38:39 +00:00
.gitignore Made PONG! in Godot 2022-08-20 15:22:38 +01:00
Ball.gd Made PONG! in Godot 2022-08-20 15:22:38 +01:00
Ball.tscn Made PONG! in Godot 2022-08-20 15:22:38 +01:00
default_env.tres Made PONG! in Godot 2022-08-20 15:22:38 +01:00
ExpressionPro.ttf Made PONG! in Godot 2022-08-20 15:22:38 +01:00
icon.png Made PONG! in Godot 2022-08-20 15:22:38 +01:00
icon.png.import Made PONG! in Godot 2022-08-20 15:22:38 +01:00
Main.gd Made PONG! in Godot 2022-08-20 15:22:38 +01:00
Main.tscn Made PONG! in Godot 2022-08-20 15:22:38 +01:00
Paddle.gd Made PONG! in Godot 2022-08-20 15:22:38 +01:00
Paddle.tscn Made PONG! in Godot 2022-08-20 15:22:38 +01:00
PONG!.x86_64 Made PONG! in Godot 2022-08-20 15:22:38 +01:00
project.godot Made PONG! in Godot 2022-08-20 15:22:38 +01:00
README.md Update README.md 2022-08-20 14:38:39 +00:00
Score.gd Made PONG! in Godot 2022-08-20 15:22:38 +01:00

PONG! Godot

The classic game PONG! made in Godot Screenshot from 2022-08-19 22-00-23

Why?

I was too tired to do some actual work, so I made this one evening instead

Would I recommend you play this version of PONG!?

In short, you decide. Here are the "features":

  • It has quite slow acceleration on the paddle which can make things interesting (imagine on ice)
  • I think the UI is alright
  • The AI is very very very basic, but has better acceleration to help accommodate
  • No multiplayer, menus, difficulty, or way to win - the game is endless

Controls

  • Left/Up == Paddle Up
  • Right/Down == Paddle Down
  • Gamepad/Keyboard supported

Downloads

Check out the Releases Page