Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhrankan-Chakrabarti authored Jun 24, 2024
1 parent 52e048b commit 9bdb1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository contains multiple implementations of the classic Hangman game:

- **HangmanGUI.py**: A graphical user interface version using Python and Tkinter.
- **hangman.py**: A command-line version using Python 3.
- **hangman-1.py**: A command-line version using Python 2.
- **hangman_1.py**: A command-line version using Python 2.
- **index.html**: A web-based version using HTML, CSS, and JavaScript, hosted on GitHub Pages.

## How to Play
Expand All @@ -27,7 +27,7 @@ This repository contains multiple implementations of the classic Hangman game:
1. Ensure you have Python 2 installed.
2. Run the game:
```
python hangman-1.py
python hangman_1.py
```
### Web Version
Expand Down

0 comments on commit 9bdb1d5

Please sign in to comment.