https://github.com/jggoebel/bashbrawl
BashBrawl is an arcade-like browser-based game where you have 60 seconds to enter as many bash commands as you know. It also supports some other programming languages, HTML5 and Kubernetes Resources
https://github.com/jggoebel/bashbrawl
bash bash-scripting development game programming
Last synced: about 5 hours ago
JSON representation
BashBrawl is an arcade-like browser-based game where you have 60 seconds to enter as many bash commands as you know. It also supports some other programming languages, HTML5 and Kubernetes Resources
- Host: GitHub
- URL: https://github.com/jggoebel/bashbrawl
- Owner: jggoebel
- License: apache-2.0
- Created: 2024-05-27T15:28:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-21T17:05:24.000Z (11 months ago)
- Last Synced: 2025-10-08T19:35:04.186Z (4 months ago)
- Topics: bash, bash-scripting, development, game, programming
- Language: TypeScript
- Homepage: https://bashbrawl.com
- Size: 823 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BashBrawl Standalone

Test it on [bashbrawl.com](https://bashbrawl.com)
## Options:
Options that can be set to the local storage in order to modify some behaviour
(Also the /config page can be used to change some of the settings and check for health of remote score server)
- `disable_imprint` - If set it disables the imprint and privacy policy links
- `badge_scanner` - If set the user has to scan his badge before playing and the badge id will be sent to the scoreserver. May apply a cooldown after playing
- `score_server` - The URL of the remote score server. if not set or set to `local` the scores will be stored in the local storage.
## original idea
Thanks to [clh-bash](https://github.com/CommandLineHeroes/clh-bash/) for giving me the idea. Some language files were taken from there, the other code was newly written.