By Lukáš Kubík.
A simple Hangman game in JavaScript.
- HTML
- CSS
- JavaScript
The project was created as a final project for the "Programming and application development" class. It replicates the classic Hangman game.
The result of the project is the Hangman Web Application, which allows user to:
- Choose from 3 themes of the game.
- Guess the word letter by letter.
- See the hangman being built when guessing incorrectly.
To properly run the project, follow these steps:
- Clone the repository to your device.
- Open index.html in your web browser.
By following these steps, you will launch the application and be able to start playing the Hangman.
If you want to customize and enhance the application, you can modify the source code according to your needs.