Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssuzunov19/hangman-bulgarian-city-version
A simple "Hangman" written in python with words of all Bulgarian cities
https://github.com/ssuzunov19/hangman-bulgarian-city-version
Last synced: about 1 month ago
JSON representation
A simple "Hangman" written in python with words of all Bulgarian cities
- Host: GitHub
- URL: https://github.com/ssuzunov19/hangman-bulgarian-city-version
- Owner: SSUzunov19
- License: mit
- Created: 2023-03-26T10:31:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T10:49:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T21:39:27.798Z (3 months ago)
- Language: Python
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hangman-Bulgarian-city-version
This is a classic "Hangman" game developed in Python and tkinter, featuring words related to Bulgarian cities. The game is a fun way to improve your vocabulary while having a good time.# How to play
The objective of the game is to guess the hidden word by suggesting letters. For each incorrect guess, a part of the "hangman" is drawn. The game ends when either the player correctly guesses the word, or the "hangman" is completed.To get started, simply run the Python script and the game window will appear. You will see the number of letters in the hidden word as underscores. You can guess a letter by clicking on the corresponding button or by typing it on your keyboard.
# How to run
To run the game, follow these steps:First, make sure you have Python 3 installed on your computer. If you don't have it installed, you can download it from the official Python website (https://www.python.org/downloads/).
Download or clone the repository to your local machine.
Open a terminal or command prompt and navigate to the directory where the repository is located.
Install the required dependencies by running the following command:
pip install -r requirements.txtStart the game by running the following command:
python hangman.py# Features
The game features words related to Bulgarian cities, which makes it an excellent educational tool for those interested in learning more about the country.The graphical user interface is simple and intuitive, making it easy for players of all ages to use.
The game also keeps track of your score, so you can try to beat your personal best.
# Screenshots
# Requirements
To run the game, you will need to have Python 3 and the tkinter library installed on your computer.# License
This game is distributed under the MIT License, which means that you are free to use and modify the code as you wish. However, please note that the words used in the game may be subject to copyright restrictions.# Contribution
If you would like to contribute to this project, feel free to fork the repository and submit a pull request. We welcome contributions of all types, including bug fixes, feature enhancements, and new word suggestions.