Pong Game banner

Pong Game

4 devlogs
2h 17m 9s

This is my second project using Python turtles. I decided to make the classic pong game which you can either play with your friends or with an AI
its easy to learn and fun to play :D

This project uses AI

I used ClaudeAI to learn how to implement a simple AI game mode, help me with readme file and help me compile the sounds while compiling the game

Demo Repository

Loading README...

Lemong

Shipped this project!

I built a fully functional Pong game in Python using the turtle module! The hardest part was getting the ball physics to feel smooth and figuring out how to bundle everything into a single .exe with PyInstaller. Really happy with how the AI opponent and sound effects turned out :)

also SOUNDS
I learnt SOUNDS >:D
im gonna add so many sounds moving forward

Lemong

Added sounds to the game and fixed the janky physics with the help of time.sleep

it is still a little broken but im glad with how it turned out(much better than before)

0
Lemong

I completely reworked the entire code from the ground up to make it cleaner and also include 3 game modes. First to 5 points, AI and infinite

First to five points is already as you know. Play with a friend and the first to 5 points wins
AI mode is a simple AI mode that tracks the ball and moves its pawn according to that. It is a little hard to win, so have fun with it :3, it might be impossible
Unlimited mode is played with a friend for an unlimited score, no cap on that

#Both the AI and Unlimited have no score cap, so have as much as you want with them

Next up I will fix the janky physics of the ball so it isnt all random and broken

0
Lemong

Worked on the pong game and finished it in just over an hour
Now I’m gonna work on refining the game a little more to make it more fun
This is like another learning project for me so im gonna have a little fun with it

0