From 02fda2332a3ed3d3dc1c5047e616a42b2fa107bc Mon Sep 17 00:00:00 2001 From: CactiChameleon9 <51231053+CactiChameleon9@users.noreply.github.com> Date: Sat, 20 Aug 2022 14:35:42 +0000 Subject: [PATCH] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1f24412 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# PONG! Godot +The classic game PONG! made in Godot +![Screenshot from 2022-08-19 22-00-23](https://user-images.githubusercontent.com/51231053/185751667-636f9072-b93e-44da-8e73-1579b933b759.png) + + +# 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](https://github.com/CactiChameleon9/PONG-Godot/Releases)