Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anantdark authored Oct 11, 2022
1 parent 8ea6c80 commit fad72db
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# hangman

![d](https://user-images.githubusercontent.com/66427020/195121033-0fb356aa-d3d4-430a-b3cb-cd874142e82d.jpg)

A simple game with easy rules, written purely in python.

GUI and CLI versions available.

## About the Game ##

**HangMan is an interactive real world game. The game chooses an entirely random word,and the user tries to guess it by suggesting letters untill the hangman figure is completed.**

![dg](https://user-images.githubusercontent.com/66427020/195119906-df3f12af-1606-41c1-8f63-67ac5afaff51.png)

![dd](https://user-images.githubusercontent.com/66427020/195120456-ae346d8d-8dd7-42cd-b353-fdf19739d7b7.png)


## Modules used-
- `pygame`
- `rich`
Expand All @@ -22,10 +34,6 @@ New contributers can implement packaging the game into an executable.
_Dude use Linux_ :wink:
- Just replace python3 with python in the above steps.

## About the Game ##

**HangMan is an interactive real world game. The game chooses an entirely random word,and the user tries to guess it by suggesting letters untill the hangman figure is completed. There are hints for help of the user and a total of three lives .**

___RULES___

1. Number of Dashes represent the length of the word.
Expand Down

0 comments on commit fad72db

Please sign in to comment.