Compare commits
No commits in common. "062f1e31d70544f18844c4e7d66b845279867b87" and "4fcb61440b8785eb93e273ede79e02bc90691297" have entirely different histories.
062f1e31d7
...
4fcb61440b
54
Makefile
54
Makefile
|
@ -1,6 +1,6 @@
|
||||||
# Targets
|
# Targets
|
||||||
#########
|
#########
|
||||||
all: full condensed quick_reference
|
all: full condensed
|
||||||
|
|
||||||
full: release/_mindfulness_the_game_letter.pdf \
|
full: release/_mindfulness_the_game_letter.pdf \
|
||||||
release/_mindfulness_the_game_a4.pdf \
|
release/_mindfulness_the_game_a4.pdf \
|
||||||
|
@ -8,14 +8,8 @@ full: release/_mindfulness_the_game_letter.pdf \
|
||||||
|
|
||||||
condensed: release/condensed_mindfulness_the_game_letter.pdf \
|
condensed: release/condensed_mindfulness_the_game_letter.pdf \
|
||||||
release/condensed_mindfulness_the_game_a4.pdf \
|
release/condensed_mindfulness_the_game_a4.pdf \
|
||||||
release/condensed_mindfulness_the_game_a5.pdf \
|
|
||||||
release/condensed_mindfulness_the_game.org
|
release/condensed_mindfulness_the_game.org
|
||||||
|
|
||||||
quick_reference: release/quick_reference_a6.pdf \
|
|
||||||
release/quick_reference_a7.pdf \
|
|
||||||
release/quick_reference_business_card.pdf \
|
|
||||||
release/quick_reference.org
|
|
||||||
|
|
||||||
# Full Game
|
# Full Game
|
||||||
###########
|
###########
|
||||||
release/_mindfulness_the_game_letter.pdf : mindfulness_the_game.md
|
release/_mindfulness_the_game_letter.pdf : mindfulness_the_game.md
|
||||||
|
@ -49,57 +43,11 @@ release/condensed_mindfulness_the_game_a4.pdf : condensed_mindfulness_the_game.m
|
||||||
-o release/condensed_mindfulness_the_game_a4.pdf \
|
-o release/condensed_mindfulness_the_game_a4.pdf \
|
||||||
condensed_mindfulness_the_game.md
|
condensed_mindfulness_the_game.md
|
||||||
|
|
||||||
release/condensed_mindfulness_the_game_a5.pdf : condensed_mindfulness_the_game.md
|
|
||||||
pandoc --pdf-engine=xelatex \
|
|
||||||
-V papersize:a5 \
|
|
||||||
-o release/condensed_mindfulness_the_game_a5.pdf \
|
|
||||||
condensed_mindfulness_the_game.md
|
|
||||||
|
|
||||||
release/condensed_mindfulness_the_game.org : condensed_mindfulness_the_game.md
|
release/condensed_mindfulness_the_game.org : condensed_mindfulness_the_game.md
|
||||||
pandoc \
|
pandoc \
|
||||||
-o release/condensed_mindfulness_the_game.org \
|
-o release/condensed_mindfulness_the_game.org \
|
||||||
condensed_mindfulness_the_game.md
|
condensed_mindfulness_the_game.md
|
||||||
|
|
||||||
# Quick Reference
|
|
||||||
#################
|
|
||||||
release/quick_reference_a6.pdf : quick_reference.md
|
|
||||||
pandoc --pdf-engine=xelatex \
|
|
||||||
-V geometry:papersize="{105mm,148mm}" \
|
|
||||||
-V geometry:left="10mm" \
|
|
||||||
-V geometry:right="10mm" \
|
|
||||||
-V geometry:top="10mm" \
|
|
||||||
-V geometry:bottom="10mm" \
|
|
||||||
-V fontsize=10pt \
|
|
||||||
-o release/quick_reference_a6.pdf \
|
|
||||||
quick_reference.md
|
|
||||||
|
|
||||||
release/quick_reference_a7.pdf : quick_reference.md
|
|
||||||
pandoc --pdf-engine=xelatex \
|
|
||||||
-V geometry:papersize="{105mm,74mm}" \
|
|
||||||
-V geometry:left="5mm" \
|
|
||||||
-V geometry:right="5mm" \
|
|
||||||
-V geometry:top="10mm" \
|
|
||||||
-V geometry:bottom="10mm" \
|
|
||||||
-V fontsize=10pt \
|
|
||||||
-o release/quick_reference_a7.pdf \
|
|
||||||
quick_reference.md
|
|
||||||
|
|
||||||
release/quick_reference_business_card.pdf : quick_reference.md
|
|
||||||
pandoc --pdf-engine=xelatex \
|
|
||||||
-V geometry:papersize="{3.5in,2in}" \
|
|
||||||
-V geometry:left="2mm" \
|
|
||||||
-V geometry:right="2mm" \
|
|
||||||
-V geometry:top="2mm" \
|
|
||||||
-V geometry:bottom="2mm" \
|
|
||||||
-V fontsize=10pt \
|
|
||||||
-o release/quick_reference_business_card.pdf \
|
|
||||||
quick_reference.md
|
|
||||||
|
|
||||||
release/quick_reference.org : quick_reference.md
|
|
||||||
pandoc \
|
|
||||||
-o release/quick_reference.org \
|
|
||||||
quick_reference.md
|
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
######
|
######
|
||||||
clean:
|
clean:
|
||||||
|
|
44
README.md
44
README.md
|
@ -8,42 +8,16 @@ The `.md` files in the root of this project are used to generate the different r
|
||||||
|
|
||||||
## Download For Play
|
## Download For Play
|
||||||
|
|
||||||
The `releases` folder contains the following forms of the game
|
The `releases` folder contains the following forms of the game:
|
||||||
|
|
||||||
## Full Game
|
* Full Game
|
||||||
|
* PDF - US Letter
|
||||||
The full game.
|
* PDF - A4
|
||||||
|
* org-mode
|
||||||
### Available Formats
|
* Condensed Game
|
||||||
|
* PDF - US Letter
|
||||||
* Markdown source code
|
* PDF - A4
|
||||||
* PDF - US Letter
|
* org-mode
|
||||||
* PDF - A4
|
|
||||||
* org-mode
|
|
||||||
|
|
||||||
## Condensed Game
|
|
||||||
|
|
||||||
A single page form of the game that can be used for prompting once familiar with the game.
|
|
||||||
|
|
||||||
### Available formats
|
|
||||||
|
|
||||||
* Markdown source code
|
|
||||||
* PDF - US Letter
|
|
||||||
* PDF - A4
|
|
||||||
* PDF - A5
|
|
||||||
* org-mode
|
|
||||||
|
|
||||||
## Quick Reference
|
|
||||||
|
|
||||||
A credit card sized form of the game. This version is designed to be printed on a7 paper, printed and trimmed to credit card size or printed on a business card.
|
|
||||||
|
|
||||||
### Available formats
|
|
||||||
|
|
||||||
* Markdown source code
|
|
||||||
* PDF - A6
|
|
||||||
* PDF - A7
|
|
||||||
* PDF - Business card
|
|
||||||
* org-mode
|
|
||||||
|
|
||||||
## Licensing
|
## Licensing
|
||||||
|
|
||||||
|
|
|
@ -1,36 +0,0 @@
|
||||||
---
|
|
||||||
documentclass: extreport
|
|
||||||
pagestyle: empty
|
|
||||||
monofont: DejaVuSansMono
|
|
||||||
mainfont: AtkinsonHyperlegible-Regular
|
|
||||||
mainfontoptions: BoldFont=AtkinsonHyperlegible-Bold
|
|
||||||
mainfontoptions: ItalicFont=AtkinsonHyperlegible-Italic
|
|
||||||
mainfontoptions: BoldItalicFont=AtkinsonHyperlegible-BoldItalic
|
|
||||||
---
|
|
||||||
|
|
||||||
**Mindfulness, the game (Quick Reference)**
|
|
||||||
|
|
||||||
_a solo journaling game about being mindful_
|
|
||||||
|
|
||||||
+-------------------------------------------+------------------------------------+
|
|
||||||
| **Dedicated to**: JoDee, for everything. | **License**: CC BY-SA 4.0 |
|
|
||||||
+-------------------------------------------+------------------------------------+
|
|
||||||
| **Created by**: Craig Maloney | **Version**: 0.3-kmn-1 |
|
|
||||||
+-------------------------------------------+------------------------------------+
|
|
||||||
| **Updated by**: KemoNine | |
|
|
||||||
+-------------------------------------------+------------------------------------+
|
|
||||||
| **Agitation (optional)**: three instances | |
|
|
||||||
+-------------------------------------------+------------------------------------+
|
|
||||||
| **Prompting**: d6 / d8 / coin | **`0`**: heads / **`1`**: tails |
|
|
||||||
+-------------------------------------------+------------------------------------+
|
|
||||||
|
|
||||||
**Prompts**
|
|
||||||
|
|
||||||
1. `000` - Who?
|
|
||||||
2. `010` - What?
|
|
||||||
3. `110` - Where?
|
|
||||||
4. `001` - When?
|
|
||||||
5. `101` - Why?
|
|
||||||
6. `011` - How?
|
|
||||||
7. `111` - Free explore / re-prompt
|
|
||||||
8. `000` - Re-prompt
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,20 +0,0 @@
|
||||||
*Mindfulness, the game (Quick Reference)*
|
|
||||||
|
|
||||||
/a solo journaling game about being mindful/
|
|
||||||
|
|
||||||
| *Dedicated to*: JoDee, for everything. | *License*: CC BY-SA 4.0 |
|
|
||||||
| *Created by*: Craig Maloney | *Version*: 0.3-kmn-1 |
|
|
||||||
| *Updated by*: KemoNine | |
|
|
||||||
| *Agitation (optional)*: three instances | |
|
|
||||||
| *Prompting*: d6 / d8 / coin | *=0=*: heads / *=1=*: tails |
|
|
||||||
|
|
||||||
*Prompts*
|
|
||||||
|
|
||||||
1. =000= - Who?
|
|
||||||
2. =010= - What?
|
|
||||||
3. =110= - Where?
|
|
||||||
4. =001= - When?
|
|
||||||
5. =101= - Why?
|
|
||||||
6. =011= - How?
|
|
||||||
7. =111= - Free explore / re-prompt
|
|
||||||
8. =000= - Re-prompt
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue