https://github.com/EC2854/bashtaker
demake of helltaker made in bash.
https://github.com/EC2854/bashtaker
2d-game bash bash-script helltaker tui
Last synced: 2 months ago
JSON representation
demake of helltaker made in bash.
- Host: GitHub
- URL: https://github.com/EC2854/bashtaker
- Owner: EC2854
- Created: 2025-06-01T13:44:36.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T22:02:04.000Z (10 months ago)
- Last Synced: 2025-08-04T00:23:03.902Z (10 months ago)
- Topics: 2d-game, bash, bash-script, helltaker, tui
- Language: Shell
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - Bashtaker - Demake of Helltaker (videogame) written in bash. (<a name="games"></a>Games)
- awesome-cli-apps - Bashtaker - Demake of Helltaker (videogame) written in bash. (<a name="games"></a>Games)
README
# Bashtaker
**bashtaker** is a terminal de-make of [Helltaker](https://store.steampowered.com/app/1289310/Helltaker/), written in Bash.

# Requirements
- `bash 4.0+`
- `jq` (for map loading)
# How to play
## Clone the repository
```sh
git clone https://github.com/EC2854/bashtaker && cd bashtaker
```
## Run the game
- Run the main script with a map file:
```sh
./bashtaker.sh ./assets/maps/1.json
```
# Maps
Bashtaker includes the first 9 main levels from the original Helltaker game.
All map files are located in the `./assets/maps/` directory.
Each map is stored as a `.json` file.
# Why bash?
Because it's funny :3