So it's similar to a classic snake game, and it's called "Spelling Bee". The point is to collect the letters for the given word, being careful not to accidentally hit the walls or itself. There is a 60 second timer for each level, and the goal is to collect as many words as possible. Each time a word is collected, the speed increases slightly to increase the difficulty. The levels progress to have more letters in the words, so that the game becomes more difficult. I decided to only have 3 levels, as I feel like the game becomes a bit repetitive after that :) I made the game using HTML, CSS and JavaScript, to add moving elements and styling, as well as allowing a playable link by the end. This is my first independent JS project, without a tutorial to guide me :)
So it's similar to a classic snake game, and it's called "Spelling Bee". The point is to collect the letters for the given word, being careful not to accidentally hit the walls or itself. There is a 60 second timer for each level, and the goal is to collect as many words as possible. Each time a word is collected, the speed increases slightly to increase the difficulty. The levels progress to have more letters in the words, so that the game becomes more difficult. I decided to only have 3 levels, as I feel like the game becomes a bit repetitive after that :) I made the game using HTML, CSS and JavaScript, to add moving elements and styling, as well as allowing a playable link by the end. This is my first independent JS project, without a tutorial to guide me :)