DEV Community

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

Posted on

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

TODAY’S PROJECT
Project:-
Snake Game :-
It is a three day project :-
• CREATE A SNAKE BODY
• Move the snake
• Create snake food
• Detect collision with food
• Create a scoreboard
• Detect collision with wall.

Day 1 :- Creating a snake body and movement a snake.
Day 2 :- Creating a snake food and detecting collision with food. And updating in Scoreboard.
Day 3 :- Creating a Detect Collision with wall and Detect Collision with Tail

Current Day is 2.

Target #1 :- Making snake move in all direction.
Controlling with up, down, left and right keys

Target #2 :- Creating food & creating score board.

Target #3 : Counting score and updating in score board. And detecting the collision.

Top comments (0)