Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.05 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.05 KB

anti-hangman

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.

Usage:

bash anti-hangman.sh

Dependencies

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

install on Nix-on-droid

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

References