Skip to content

Latest commit

 

History

History
executable file
·
26 lines (13 loc) · 766 Bytes

log.md

File metadata and controls

executable file
·
26 lines (13 loc) · 766 Bytes

100 Days Of Code - Log

Day 0: August 27, 2023

Today's Progress : Set up folder structures, set goals for the 100-day project.

Thoughts: I'm excited to start this challenge. I will be testing my knowledge while simultaneously improving my coding skills.

Link to work: n/a

Day 1: August 28, 2023

Today's Progress : Implemented canvas in HTML and JavaScript to draw a snake and food on the display.

Thoughts: I need to review the canvas manual to remember how to obtain the drawing context.

Link to work: n/a

Day 3: August 29, 2023

Today's Progress : Snake and food drawed, and user keypress tested.

Thoughts: User Key Press needs to take into account where are each pieces of the snake.

Link to work: n/a