From 3932573410e6bd1a880024b290d4f712fb60708a Mon Sep 17 00:00:00 2001 From: ketan270 Date: Wed, 17 Apr 2024 15:14:35 +0530 Subject: [PATCH] Hangman game using backend --- README.md | 31 +++++++++++++++++++++++++++++++ index.html | 8 ++------ 2 files changed, 33 insertions(+), 6 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7807736 --- /dev/null +++ b/README.md @@ -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. diff --git a/index.html b/index.html index 348858d..0cf56d0 100644 --- a/index.html +++ b/index.html @@ -49,9 +49,10 @@

Login

- +
Don't have an account? Create One @@ -77,11 +78,6 @@

Login

- - - - -