Build a Wordle Clone in JavaScript HTML CSS Part 2

Опубликовано: 18 Март 2026
на канале: Kenny Yip Coding
12,952
261

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:
   • Build a Wordle Clone in JavaScript HTML CSS  

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

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

Java Game Programming Projects Playlist:
   • Java Game Programming Tutorials  

JavaScript Game Programming Projects Playlist:
   • JavaScript Game Programming Tutorials  

Subscribe for more coding tutorials 😄!

⭐ If you enjoyed the tutorial and would like to support the channel, you can do so here 💖: https://buymeacoffee.com/kennyyipcoding

// 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