An open API service indexing awesome lists of open source software.

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.

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.")