redian23 / cli-fishing-game

Bash script to play fishing on Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Title: cli-fishing

Bash script to play fishing on Terminal

Linux

To start localy script:

./fishing
or 
bash fishing

Positional Parameters

Enable Demo mode: (-dm)(--demo)
Enable Debug mode: (-d)(--debug)

Install

Install need for start script like linux utills without cloned directory. Script will be copy in /usr/local/bin direcroty.

Need root password to install/update/remove.

./install.sh

Run

user@domain: $ fishing

Install and Run on Other OS:

Windows

  1. Download Git for Windows (Link)
  2. Install
  3. Start git-bash app
  4. Git clone < repository >
  5. Run ./fishing

MacOS

  1. Install Docker
  2. docker pull redian23/console-fishing-game:latest
  3. docker run -it redian23/console-fishing-game

About

Bash script to play fishing on Terminal

License:GNU General Public License v3.0


Languages

Language:Shell 99.9%Language:Dockerfile 0.1%