godot-pong/README.md

20 lines
613 B
Markdown
Raw Permalink Normal View History

2022-04-22 14:09:01 -04:00
# Godot-Pong
2022-04-21 19:57:14 -04:00
2022-04-25 18:46:43 -04:00
Pong made poorly in godot. Just trying to make a some what complete project and move on. As of right now this game is **only** local multiplayer, and the first player to 5 points "wins". 🎉
2022-04-22 14:08:27 -04:00
## Controls:
- Keyboard
- Player 1 - WASD
- Player 2 - Arrow Keys
2022-04-25 19:01:46 -04:00
- Multiple Gamepads (D-Pad & Left Analog Stick)
2022-04-22 14:08:27 -04:00
## 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 💻
2022-04-25 18:35:40 -04:00
- ~~Select menu options via gamepad 🎮~~
2022-04-25 18:32:33 -04:00
- More sprite effects or fx in general 🔥