-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from ketan270/master
Hangman game using backend
- Loading branch information
Showing
2 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
![Logo](https://github.com/ketan270/HANGMAN-GAME/assets/146920220/cad0c84a-2ecd-4242-8343-44be311bc791) | ||
|
||
|
||
## How To Play | ||
|
||
- Clone or download the repository to your local machine. | ||
- Open the project directory in your terminal or command prompt. | ||
- Run the game using VS Code by executing hangman.html. | ||
- Follow the on-screen instructions to guess letters and uncover the hidden word. | ||
|
||
## Features | ||
|
||
- `hangman.html`: Contains the main game logic and user interface. | ||
- `README.md`: Information about the game and how to run it. | ||
|
||
## Contributing | ||
|
||
Contributions are always welcome! | ||
|
||
If you'd like to `contribute` to this project, `fork` the repository, make your `changes`, and `submit` a pull request. | ||
|
||
## License | ||
|
||
This project is licensed under the [MIT](https://choosealicense.com/licenses/mit/) License. See the LICENSE file for detaill | ||
|
||
|
||
## Acknowledgements | ||
|
||
- Inspired by the classic Hangman game. | ||
- Built for practicing HTML, CSS and Python programming. | ||
- Thanks to contributors and supporters. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters