Added description, controls, todos

This commit is contained in:
Rain Clark 2022-04-22 14:08:27 -04:00
parent 0d79267977
commit 446ca2881f

View File

@ -1,3 +1,19 @@
# godot-pong # godot-pong
Pong made poorly in godot 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 🔥