Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raehik/hangman
A Hangman game simulator implemented in Java 1.8.
https://github.com/raehik/hangman
Last synced: about 2 months ago
JSON representation
A Hangman game simulator implemented in Java 1.8.
- Host: GitHub
- URL: https://github.com/raehik/hangman
- Owner: raehik
- Created: 2014-09-11T22:25:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-11T22:50:42.000Z (over 10 years ago)
- Last Synced: 2024-06-11T18:31:39.371Z (7 months ago)
- Language: Java
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hangman
=======This is an implementation of the Hangman game in Java. An average game usually
goes something like this:1. One person thinks of a word/phrase
2. The rest (2 or more) try to guess the word/phrase character by characterThis program simulates those rules, pretty much. One character is guessed at a
time. The number of guesses is set at the same time as the word is chosen.