/hangdev

A CLI game inspired from Hangman but for developers to play right in their computer shell!

Primary LanguageRustMIT LicenseMIT

Hangdev

Demo

Overview

This is a blazing fast ⚡, command line game, inspired from Hangman, in which you have to guess a word by entering one letter at a time!

Bored or tired of coding a big project? Need some rest, but can't find a game to play within your terminal? Hangdev is the right stop, play any moment, unlimited times!

Installation

Using Cargo-Crates.io (Recommended)

cargo install hangdev

From source

git clone https://github.com/27Saumya/hangdev.git
cd hangdev
cargo install --path .

Usage

hangdev

Contributions

Contributions are welcomed!