https://github.com/amcnulty/hangman-game
A game of hangman for the web.
https://github.com/amcnulty/hangman-game
api-call cross-browser hangman-game mobile-responsive web-app web-game
Last synced: about 1 year ago
JSON representation
A game of hangman for the web.
- Host: GitHub
- URL: https://github.com/amcnulty/hangman-game
- Owner: amcnulty
- Created: 2017-09-06T15:29:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T23:14:26.000Z (over 8 years ago)
- Last Synced: 2025-01-11T00:22:47.620Z (about 1 year ago)
- Topics: api-call, cross-browser, hangman-game, mobile-responsive, web-app, web-game
- Language: JavaScript
- Homepage: https://amcnulty.github.io/Hangman-Game/
- Size: 325 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hangman-Game
A game of Hangman for mobile and desktop browsers. Makes use of the Datamuse API (documentation listed in link below). The page is hosted on a github page from this repository (link below).
## Open For Peer Review
All code is open for peer review. All comments in code are to explain what the code is doing.
* Check out open issues that need to be closed to reach a certain milestone.
* Fork this repo and see if you can fix any issues there might be.
* If you see a bug message me about it and I will create a new issue.
* Any ideas about enhancing the game please feel free to message me about that as well!
## Objectives
1. Create a game of Hangman in the browser.
2. Make the game feature dynamically updated HTML powered by JavaScript code.
3. Create a front-end theme for the game.
4. Organize game code as an object in JavaScript.
5. Make game compatible with mobile browsers.
## Links
* [Game Link](https://amcnulty.github.io/Hangman-Game/ "A fun game of Hangman!")
* [Datamuse API](https://www.datamuse.com/api/ "A word-finding query engine for developers.")