This is a basic hangman game. Everyone has played this. The words are all related to technology
Technologies used
Hangman is a classic word guessing game that can be implemented using JavaScript, CSS, and HTML. The game involves a secret word or phrase that is randomly selected from a pre-defined list of words. The player attempts to guess the word by suggesting letters, with each correct guess revealing the position of the letter in the word. The game also includes a visual representation of a hanging man, with each incorrect guess adding a body part to the figure. The game can be developed using various techniques such as DOM manipulation, event listeners, and CSS animations to create an engaging and interactive user experience.
Project repositoryTry it here
Technical aspects
There aren't many technical aspect in this projects, because it's really simple. But there are some of the tools that were used:
- Arrays
- Event listeners
- DOM manipulation
What I learned
As I already said the project was simple, but it helps to practice event listeners and some logical problems.