Pong made poorly in godot
Go to file
2022-04-26 18:26:12 -04:00
assets Added the start of particles 2022-04-22 23:31:58 -04:00
assets-raw Added the start of particles 2022-04-22 23:31:58 -04:00
src Added inital logic for loading game settings 2022-04-26 18:26:12 -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 Added initial gamepad menu support 2022-04-25 18:32:33 -04:00
README.md Explained what gamepad controls means 2022-04-25 19:01:46 -04:00

Godot-Pong

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". 🎉

Controls:

  • Keyboard
    • Player 1 - WASD
    • Player 2 - Arrow Keys
  • Multiple Gamepads (D-Pad & Left Analog Stick)

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 🔥