Skip to content

Anti-hangman like hangman games but it's difference , written in Bash script

License

Notifications You must be signed in to change notification settings

luisadha/anti-hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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