From 446ca2881f5c67ca6e76a918d958f30d3e561db6 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Fri, 22 Apr 2022 14:08:27 -0400 Subject: [PATCH] Added description, controls, todos --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8916eb4..0aaa237 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # godot-pong -Pong made poorly in godot \ No newline at end of file +Pong made poorly in godot. Just trying to make a some what complete projoct and move on. As of right now this game is **only** local multiplayer, and the first player to 5 points "wins". ๐ŸŽ‰ + + +## Controls: +- Keyboard + - Player 1 - WASD + - Player 2 - Arrow Keys +- Gamepad + + +## Needs Work: + - Better Ball movement ๐Ÿงถ + - CPU logic for single player (or CPU only) ๐Ÿค– + - A settings menu that persists between launches ๐Ÿ““ + - Some form of network multiplayer ๐Ÿ’ป + - Select menu options via gamepad ๐ŸŽฎ + - More sprite effects or fx in general ๐Ÿ”ฅ \ No newline at end of file