This is a relatively easy python Turtle game called PONG back from the Atari era.
The game first was released on the 29th of November in 1972
Controls:
Red Player::
Up - w
Down - s
Blue Player::
Up - Up Arrow
Down - Down Arrow
The game originaly had two mods.
- Single Player mod (vs AI)
- Multiplayer mod
The game can be run from code enviroment at the moment. Yet playable as a two player aka multiplayer mode.
Some features are still in development and needs to be tweeked a little but this is a fun project.
- Main menu with game mode seection
- AI mode / Single Palyer
- Ball speed optimalization
- Player paddle optimalization
- Ball and paddle collision optimalization
- Sound not yet added (Has the code but no sound file added just yet)
- And many more what comes to my mind.
Feel free to cooperate if yd like.