Skip to content

NataliaFlorekova/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Hangman

This is simple Hangman game implemented in Python programming language. Guess the correct word before you run out of all attempts!

Prerequisites

Before running the game, make sure you have NLTK (Natural Language Toolkit) installed on your system. You can install it with pip:

pip install nltk

Installation

  1. Make sure you are using at least Python 3.10.

  2. Clone this repository.

  3. Navigate to the project directory.

Usage

Run the code with executing the following command:

python3 hangman.py

Follow the on-screen instructions to play the game.

Features

  • Randomly selected word for each game.
  • ASCII art for visual representation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages