Hangman is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other tries to guess it by suggesting letters or numbers, within a certain number of guesses. In this version for children the computer selects a word, phrase or sentence randomly out of a word-list defined in a configuration file.
``` ASCII-ART HANGMAN FOR KIDS
,.
(_|,.
,' /, )_____
__j o``-'
(")
`-j
`-._(
|_\ |--^.
/_]'|_| /_
/_]' /
Lives: 7 Last guess: k
g o o d l u _ k
Type a letter, then press [Enter]: ```
Read more in ASCII-Hangman's user manual.
User documentation:
Developer documentation:
Repository:
Binaries for latest release (Linux, Windows, iOS)
Open the latest release.
Open assets.
Download the packed executable for your operating system.
Installation: see below.
Binaries and packages (usually built from latest commit):
x86_64-pc-windows-gnu/release/ascii-hangman.exe
x86_64-unknown-linux-gnu/release/ascii-hangman
x86_64-unknown-linux-musl/release/ascii-hangman
Zipfile with all binaries and documentation:
Install Rust with rustup:
curl https://sh.rustup.rs -sSf | sh
The fast-track procedure:
cargo install ascii-hangman sudo cp ~/.cargo/bin/ascii-hangman /usr/local/bin
If it works for you, you are done. Otherwise continue the next step.
Download ascii-hangman:
git clone git@github.com:getreu/ascii-hangman.git
Build:
Enter the ascii-hangman directory where the file Cargo.toml
resides:
cd ascii-hangman
Then execute:
cargo build --release ./doc/make--all
Install:
a. Linux:
# install binary
sudo cp target/release/ascii-hangman /usr/local/bin/
b. Windows:
Copy the binary target/release/ascii-hangman.exe
on your desktop.
See the user manual for a detailed installation description.
This project follows Semantic Versioning.
Author:
Copyright: