Pong made poorly in godot
Go to file
2022-04-22 14:08:27 -04:00
assets Initial commit 2022-04-21 20:06:30 -04:00
assets-raw Initial commit 2022-04-21 20:06:30 -04:00
src Initial commit 2022-04-21 20:06:30 -04:00
.gitignore Added export dir 2022-04-21 20:11:42 -04:00
default_env.tres Initial commit 2022-04-21 20:06:30 -04:00
icon.png Initial commit 2022-04-21 20:06:30 -04:00
icon.png.import Initial commit 2022-04-21 20:06:30 -04:00
LICENSE Initial commit 2022-04-21 19:57:14 -04:00
project.godot Initial commit 2022-04-21 20:06:30 -04:00
README.md Added description, controls, todos 2022-04-22 14:08:27 -04:00

godot-pong

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 🔥