Skip to content

Pong is one of the first computer games that ever created, this simple "tennis like" game features two paddles and a ball, the goal is to defeat your opponent. This pong game has been adapted with a pokemon theme and built using turtle graphics library of python

Notifications You must be signed in to change notification settings

SyedShagufta/pokemon-themed-pong-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon-Themed Pong Game 🎯🐲

Welcome to the Pong game – a two-dimensional sports simulation that brings the classic table tennis experience with a Pokémon twist. In this game, players control paddles on the left and right sides of the screen, aiming to hit a Pokémon ball back and forth. The goal is to reach eleven points before the opponent, scoring each time the opponent fails to return the ball.

Getting Started 🫵🕹️

Ensure you have Python installed on your machine. Clone this repository and run the main.py file to start the game.

git clone https://github.com/SyedShagufta/pokemon-themed-pong-game.git
cd pokemon-themed-pong-game
python main.py

Gameplay 🎮🏓

  • Player 1 (Left Side): Use the keys 'W' and 'S' to move the paddle up and down, respectively.
  • Player 2 (Right Side): Use the arrow keys 'Up' and 'Down' to move the paddle up and down, respectively.

The UI will change randomly each time you start the game, adding an element of surprise and keeping the game visually exciting. If any of the players miss a ball then the scoreboard is automatically updated

Dependencies 💪

This game utilizes the Turtle graphics library, which is included in the standard Python library. No additional dependencies are required.

Controls 🎮

  • Start Game: Run 'main.py' to start the game.
  • Move Up and Down for Right Player: Press 'Up' ⬆️ to Move the paddle Up and 'Down' ⬇️ to Move the paddle Down.
  • Move Up and Down for Right Player: Press 'W' to Move the paddle Up and 'S' to Move the paddle Down.

Demonstration 🤺💻

Dark Modern Photo Mountain And Sky Desktop Wallpaper

Customization 🦄

Feel free to modify the code to add more features, change Pokémon ball appearances, or tweak game mechanics. Experiment and make the game your own!

Contributions 😉

Contributions are welcome! If you have any suggestions, find bugs, or want to add new features, please create an issue or submit a pull request.

Acknowledgments 🥇

  • The Pong game concept is a classic and has been adapted here with a Pokémon theme.
  • Thanks to the Turtle graphics library for making it easy to create simple games with Python.

Copyrights ©️

© 2024 Syed Shagufta Noval. All rights reserved.

Enjoy playing Pong with Pokémon!

About

Pong is one of the first computer games that ever created, this simple "tennis like" game features two paddles and a ball, the goal is to defeat your opponent. This pong game has been adapted with a pokemon theme and built using turtle graphics library of python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages