https://github.com/brunobord/the-gobz-hack
a roleplaying game about playing goblins, loosely based on some rules of the black hack.
https://github.com/brunobord/the-gobz-hack
goblins old-school osr roleplaying-game rpg
Last synced: 2 months ago
JSON representation
a roleplaying game about playing goblins, loosely based on some rules of the black hack.
- Host: GitHub
- URL: https://github.com/brunobord/the-gobz-hack
- Owner: brunobord
- Created: 2018-04-26T19:51:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T20:28:23.000Z (about 7 years ago)
- Last Synced: 2025-01-25T11:09:16.657Z (4 months ago)
- Topics: goblins, old-school, osr, roleplaying-game, rpg
- Language: Makefile
- Homepage: https://gobz.jehaisleprintemps.net/
- Size: 185 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# the gobz hack rpg
a rpg derived from [The Black Hack](https://plus.google.com/communities/107832933727516137622), where you play poor little goblins fighting against heroes (and other goblins).
*the gobz hack rpg* is (c) 2018 Bruno Bord.

## to play
the rules are in the [gobz-hack.md](gobz-hack.md) file. browse it online on [gobz.jehaisleprintemps.net](https://gobz.jehaisleprintemps.net/). there's a pdf you can [download and eventually print](https://gobz.jehaisleprintemps.net/the-gobz-hack.pdf).
gather some silly friends, grab some paper, pencils, a set of polyhedric dice, and go on adventure.
## to build html
requires: make / pandoc (>=2).
simply run:
```sh
make html
```to have a `index.html` file with appropriate styles.
### to browse html
requires: make / pandoc / python3.
run the following:
```sh
make html serve
```and browse the following address .
## to build pdf
requires: make / npm
simply run:
```sh
make pdf
```this installs `chromehtml2pdf` and uses it to build a a4 *pdf* document using a chromium web browser - it'll download it from the internets, it sounds silly, but it works!
## beyond
**tbh** is ogl licensed material. since i don't use its own words, but only some of its mechanics, i'm not obliged to release this under the same terms. nevertheless, since this game owes a lot to the openness of **tbh**, *the gobz hack* is released under the terms of the [creative commons cc-by license](https://creativecommons.org/licenses/by/4.0/), which means you can do whatever you want with it, as long as you give appropriate credits.
