A beginner friendly HTML, CSS, JavaScript Tutorial on how to build the viral online game, wordle!

This is part 2 so if you haven't seen part 1, click here:
https://youtu.be/ckjRsPaWHX8

Code: https://github.com/ImKennyYip/Wordle
Demo: https://imkennyyip.github.io/Wordle/

Website: https://www.kennyyipcoding.com/

Java Game Programming Projects Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4Y1XQOqNsL9Fgg_p6nYhcng

JavaScript Game Programming Projects Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4bLhA-st9sC4ZthyV7nsL2Q

Subscribe for more coding tutorials !

// Create the key board
let keyboard = [
["Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P"],
["A", "S", "D", "F", "G", "H", "J", "K", "L", " "],
["Enter", "Z", "X", "C", "V", "B", "N", "M", "⌫" ]
]

#wordle #wordleclone #wordletutorial #codingtutorial #codinggametutorial