pat0s / old_games_hangman

Simple guessing game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman

Hangman is a simple guessing game.

Tools

The game is made in Python. GUI is created with the standard GUI library for Python - Tkinter.

How to play

Your goal is to guess the word. You try to guess it by clicking on letters. At the beginning you have 10 lives. The game ends when you fill in the whole word or lose all 10 lives.

About

Simple guessing game

License:MIT License


Languages

Language:Python 100.0%