ascii-hangman-webapp 5.2.2

customizable Hangman game with ASCII-art rewarding for children (webapp version)
Documentation
[dependencies.ascii-hangman-backend]
version = "5.2.2"

[dependencies.getrandom]
features = ["wasm-bindgen"]
version = "0.1.14"

[dependencies.js-sys]
version = "0.3.41"

[dependencies.rand]
features = ["getrandom"]
version = "0.7.3"

[dependencies.thiserror]
version = "1.0.20"

[dependencies.wasm-bindgen]
version = "0.2.64"

[dependencies.yew]
version = "0.17.2"

[dependencies.yew-macro]
version = "0.17.0"

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Jens Getreu <getreu@web.de>"]
categories = ["command-line-utilities", "games", "text-processing"]
description = "customizable Hangman game with ASCII-art rewarding for children (webapp version)"
documentation = "https://getreu.gitlab.io/_downloads/ascii-hangman--manual.pdf"
edition = "2018"
license = "MIT/Apache-2.0"
name = "ascii-hangman-webapp"
readme = "README.md"
repository = "https://github.com/getreu/ascii-hangman"
version = "5.2.2"
[package.metadata.deb]
copyright = "2015-2020, Jens Getreu <getreu@web.de>"
depends = "$auto"
extended-description = "A little game designed for primary kids to revise vocabulary in classroom.\nSetting up the vocabulary list is part of the learning process.  Hangman is a\npaper and pencil guessing game for two or more players. One player thinks of a\nword, phrase or sentence and the other tries to guess it by suggesting letters\nor numbers, within a certain number of guesses. In this version for children\nthe computer selects a word, phrase or sentence randomly out of a word-list\ndefined in a configuration file. As a reward, with every guessed letter, some\nASCII-art is gradually disclosed.\n"
maintainer = "Jens Getreu, <getreu@web.de>"