[package] name = "ascii-hangman-webapp" version = "5.7.2" authors = ["Jens Getreu "] edition = "2021" readme = "README.md" license = "MIT/Apache-2.0" categories = ["command-line-utilities", "games", "text-processing"] description = "customizable Hangman game with ASCII-art rewarding for children (webapp version)" repository = "https://github.com/getreu/ascii-hangman" documentation = "https://getreu.gitlab.io/_downloads/ascii-hangman--manual.pdf" [package.metadata.deb] maintainer = "Jens Getreu, " copyright = "2015-2020, Jens Getreu " depends = "$auto" extended-description = ''' A little game designed for primary kids to revise vocabulary in classroom. Setting up the vocabulary list is part of the learning process. 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. As a reward, with every guessed letter, some ASCII-art is gradually disclosed. ''' [dependencies] #ascii-hangman-backend = { version = "5.7.2", path = "../ascii-hangman-backend" } ascii-hangman-backend = "5.7.2" thiserror = "1.0.30" yew-macro = "0.18.0" yew = "0.18.0" wasm-bindgen = "0.2.78" js-sys = "0.3.55" [lib] crate-type = ["cdylib", "rlib"]