e-vdb / Hangman-game

Tkinter implementation of the hangman-game (with french/english words)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman-game

Summary

Hangman-game with english or french words

Code written in python3 with graphics user interface (GUI) using Tkinter.

Hangman

To learn more about this game, visit https://en.wikipedia.org/wiki/Hangman_(game)

Repository content

To play the game save the following files in the same directory.

Tkinter interface

Interface

interface

Language

You can change the game language from the menu.

Example of game

  • Interact thanks to buttons-letters
  • Color code for letters:
    • Red : the word does not contain this letter
    • Blue : the word contains this letter
    • Gray : the letter has not been played yet

game_eng

  • Hanged man image updated at each wrong proposition

game_fr

Tasks list

  • Implement python script
  • Document code

About

Tkinter implementation of the hangman-game (with french/english words)

License:MIT License


Languages

Language:Python 100.0%