Command-line interface rendition of hangman.
Here is the basic usage scenario of the application:
Works on Linux, macOS and Windows. Simply run the binary executable file and by default it will launch with all of the batteries included.
In order to build cli-hangman, you need to have Rust programming language installed on your system. To install Rust (alongside Cargo, which comes bundled with Rust), it's best to follow the official installation steps.
It is preferred to build the project with Rust version 1.42.0 (b8cedc004 2020-03-09).
# Clone the repository
git clone https://github.com/GiorgiBeriashvili/cli-hangman
cd cli-hangman
# Build the debug version
cargo build
All notable changes to this project will be documented in the CHANGELOG.md file.
See the ACKNOWLEDGEMENTS.md file for information regarding the tools/resources used while developing the project.
cli-hangman is licensed under either of the following, at your option:
- Apache License, Version 2.0 (LICENSE-APACHE)
- MIT License (LICENSE-MIT)
For information regarding third-party licenses, please refer to license.html file.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
For additional information regarding contributions, please refer to CONTRIBUTING.md file.