https://github.com/cthacker-udel/bashbasketball
Bash Basketball game simulator
https://github.com/cthacker-udel/bashbasketball
Last synced: 5 months ago
JSON representation
Bash Basketball game simulator
- Host: GitHub
- URL: https://github.com/cthacker-udel/bashbasketball
- Owner: cthacker-udel
- Created: 2021-04-12T09:33:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T22:08:01.000Z (over 4 years ago)
- Last Synced: 2025-02-07T17:39:09.339Z (10 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Cameron Thacker - Bash Basketball
## Current Functionality :
> Limit is currently only 20 possesions in total
> Each player gets one shot, chance to make shot is randomly generated, and also chance to block opposing players shot is randomly generated as well
> At the end, the scores are compared, and the score that is larger is declared the winner
### To start the game, clone the repository, then run the command `chmod +x basketballGame.sh` then run the command `./basketballGame.sh` if your file path is not in the $PATH environment variable, which you can check by using the `printenv` command in your bash terminal