DEV Community

Cover image for Day 33 of My AI & Data Mastery Journey: From Python to Generative AI
Nitin-bhatt46
Nitin-bhatt46

Posted on

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

TODAY’S PROJECT
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.

All the code will be uploaded together in day 3.

Target 1 :- Creating a ball.

Target 2 :- Creating collision with y axis wall.

Top comments (1)

Collapse
 
nitinbhatt46 profile image
Nitin-bhatt46

Give me your Feedback.