Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 1.54 KB

README.md

File metadata and controls

74 lines (56 loc) · 1.54 KB

anti-hangman

basher install

Anti-hangman like hangman games but it's difference, Using permutations method written in Bash script.

It's probably the easiest hangman-like game to play but why not give it a try? Have fun.

Game Start

bash anti-hangman.sh

Dependencies

  • curl
  • git
  • crunch
  • coreutils
  • gawk
  • gnugrep
  • findutils

Install

wget luisadha.github.io/anti-hangman && chmod +x ./anti-hangman

Install with Basher

basher install luisadha/anti-hangman

install on Nix-on-droid

clone this project

git clone https://github.com/luisadha/anti-hangman.git && cd anti-hangman

a. build

nix-build

b. create nix virtual environment

nix-shell -p ./result

c. call the program

anti-hangman

Tested

Platform Status
Termux
Nix-on-droid
AndroidIDE (terminal)

References