10min
10min
- inline the code for building the board
- explain how the board is built
15min
- inline the code for the snake
- explain how the snake is built
10min
- inline the code for the food
- explain how the food is built
15min
- inline the code for the snake to move
- explain how the snake moves
15min
- inline the code for the snake to eat
- explain how the snake eats and hits the wall
15min
- inline the code for the snake hit the wall
- explain how the snake eats and hits the wall
10min
- inline the code for the snake hit itself
- explain how the snake hit itself
10min
- inline code for automatically move
- explain how the snake moves automatically
10min
- github -> settings -> Pages
- deploy from a branch
- deploy from master
30min
- make the food green
- make the snake bigger
- add buttons at the bottom to change the direction
- what does
gameStart.disabled - draw the squares on the board
- increase the speed after eating
- use agentic ai to change the game