hadvent

Crates.iohadvent
lib.rshadvent
version0.2.1
sourcesrc
created_at2021-12-02 12:51:34.134179
updated_at2021-12-13 16:21:18.163649
descriptionA game of hangman
homepagehttps://github.com/mgh87/h-advent
repositoryhttps://github.com/mgh87/h-advent
max_upload_size
id491188
size98,053
Martin Huter (mgh87)

documentation

README

Christmas challenge

This cli repository is the implementation of a Christmas hangman challenge

Installation with Cargo

Only the installation with cargo is possible.

cargo install hadvent

Run the tool

hadvent will start the game with a single predefined word

hadvent MyRiddleWord will start the game with the word MyRiddleword

Only single words can be used for the game.

Example screens

Start of game

Start

Victory Screen

Victory

Game Over Screen

Game Over

Commit count: 19

cargo fmt