Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luisadha/anti-hangman
Anti-hangman like hangman games but it's difference , written in Bash script
https://github.com/luisadha/anti-hangman
addon-ztmexluis cli-games games hangman-cli hangman-console hangman-game nix-on-droid termux termux-games termux-tools ztmexluis-compability
Last synced: about 1 month ago
JSON representation
Anti-hangman like hangman games but it's difference , written in Bash script
- Host: GitHub
- URL: https://github.com/luisadha/anti-hangman
- Owner: luisadha
- License: gpl-3.0
- Created: 2024-04-17T10:17:46.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-03T15:24:33.000Z (about 2 months ago)
- Last Synced: 2024-11-03T15:32:40.415Z (about 2 months ago)
- Topics: addon-ztmexluis, cli-games, games, hangman-cli, hangman-console, hangman-game, nix-on-droid, termux, termux-games, termux-tools, ztmexluis-compability
- Language: Shell
- Homepage: https://luisadha.github.io/anti-hangman/
- Size: 220 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```sh
wget luisadha.github.io/anti-hangman && chmod +x ./anti-hangman
```## install on Nix-on-droid
clone this project
```sh
git clone https://github.com/luisadha/anti-hangman.git && cd anti-hangman
```a. build
```nix
nix-build
```
b. create nix virtual environment```nix
nix-shell -p ./result
```
c. call the program```sh
anti-hangman
```## Tested
| Platform | Status |
| :---------------- | :------: |
| Termux | ✅ |
| Nix-on-droid | ✅ |
| AndroidIDE (terminal) | ✅ |# References
- https://stackoverflow.com/questions/4687722/dynamic-case-statement-in-bash#19771433
- https://id.bitdegree.org/tutorial/ide-proyek-python
-https://github.com/jesstess/Scrabble/blob/master/scrabble/sowpods.txt
- https://youtu.be/vgatKi6crwE?feature=shared
- https://www.konsep-matematika.com/2016/01/permutasi-pada-peluang-dan-contohnya.html?m=1
- https://www.kompas.com/skola/read/2020/11/25/225717269/konsep-dan-contoh-soal-permutasi-pada-peluang