An online hangman game using Spring Boot REST API. Play hangman with a long list of words on a simple and nice looking website. Win by guessing the word before the 8th incorrect guess.
- Download, install and run IntelliJ Community Edition
- Click "Get from VCS" or File->New->Project From Version Control
- Insert the following URL:
https://github.com/Tooo/Online-Hangman.git
- Run Application
- Open this URL on your web browser.
localhost:8080/welcome
A random word would be picked for each game. Guess a letter and submit it to see if it's part of the word. If it is, that letter would be revealed in the word. If it isn't, the hangman would add a body part. You win if you guess the word before the 8th incorrect guess. Have fun!
Words are chosen in commonWords.txt. You may add or remove words by modifying the text file.