https://github.com/pablogozalvez/hangman-game
Browser hangman game that works thanks to the Random word API
https://github.com/pablogozalvez/hangman-game
api-fetch browser-games css html javascript
Last synced: 3 months ago
JSON representation
Browser hangman game that works thanks to the Random word API
- Host: GitHub
- URL: https://github.com/pablogozalvez/hangman-game
- Owner: pablogozalvez
- Created: 2023-06-22T17:57:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T21:27:43.000Z (over 2 years ago)
- Last Synced: 2025-02-13T08:49:42.126Z (over 1 year ago)
- Topics: api-fetch, browser-games, css, html, javascript
- Language: JavaScript
- Homepage: https://pablogozalvez.github.io/Hangman-Game/
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Hangman Game**
Hangman Game is a classic word-guessing game implemented as a web application. This repository contains all the necessary code and assets to play the game in a browser.
## **Table of Contents**
- [Demo](#Demo)
- [Features](#Features)
- [Contributing](#Contributing)
- [License](#License)
### Demo
A live demo of the game can be accessed at [https://hangman-game.pablogr.repl.co/](https://decapapi.github.io/Hangman-Game/).
### Features:
- Simple and intuitive interface.
- Customizable and random gameplay: try to guess almost any word by customizing game difficulty and word languages. Words are choosen totally randomly.
- Responsive design.
### Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Make sure to adhere to the existing code style and follow the established guidelines.
### License
*This project is licensed under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/). This means that you are free to use, modify, and distribute the code, but you must give appropriate credit to the original authors by providing a link to the GitHub repository of this project and mentioning the authors' names (e.g., in the game credits or accompanying documentation).*