Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 621 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 621 Bytes

Hangman

CI

A simple console implemantation of the hangman game.

To run the app you must have docker installed on your machine and run the following commands:

docker build -t hangman:latest .
docker run -it hangman:latest

Print

If you input more than one character, you are trying to guess the word. Only one character longer input will search in the word, like the tradicional game.

Print

Print