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

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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