DEV Community

Nitin-bhatt46
Nitin-bhatt46

Posted on

Day 32 of My AI & Data Mastery Journey: From Python to Generative AI

Project:-
Building A Pong Game :-
Day 1 :- Create the Screen. , Create and move Both paddle.
Day 2 :- Create the ball and make it move, Detect collision with wall and bounce.
Day 3 :- Detect collision with paddle, detect when paddle misses, keep score.

Target 1 : Creating a Screen using Turtle Library. 800 X 600

Target 2 : Creating both Paddle. For the GAME & Movement

Top comments (0)