Compare commits
4 commits
4fcb61440b
...
062f1e31d7
Author | SHA1 | Date | |
---|---|---|---|
062f1e31d7 | |||
28bc48a0ce | |||
8047c28128 | |||
4fbf29ee60 |
54
Makefile
54
Makefile
|
@ -1,6 +1,6 @@
|
||||||
# Targets
|
# Targets
|
||||||
#########
|
#########
|
||||||
all: full condensed
|
all: full condensed quick_reference
|
||||||
|
|
||||||
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,8 +8,14 @@ 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
|
||||||
|
@ -43,11 +49,57 @@ 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,16 +8,42 @@ 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
|
|
||||||
* PDF - A4
|
The full game.
|
||||||
* org-mode
|
|
||||||
* Condensed Game
|
### Available Formats
|
||||||
* PDF - US Letter
|
|
||||||
* PDF - A4
|
* Markdown source code
|
||||||
* org-mode
|
* PDF - US Letter
|
||||||
|
* 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
|
||||||
|
|
||||||
|
|
36
quick_reference.md
Normal file
36
quick_reference.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
---
|
||||||
|
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.
BIN
release/condensed_mindfulness_the_game_a5.pdf
Normal file
BIN
release/condensed_mindfulness_the_game_a5.pdf
Normal file
Binary file not shown.
Binary file not shown.
20
release/quick_reference.org
Normal file
20
release/quick_reference.org
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
*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
|
BIN
release/quick_reference_a6.pdf
Normal file
BIN
release/quick_reference_a6.pdf
Normal file
Binary file not shown.
BIN
release/quick_reference_a7.pdf
Normal file
BIN
release/quick_reference_a7.pdf
Normal file
Binary file not shown.
BIN
release/quick_reference_business_card.pdf
Normal file
BIN
release/quick_reference_business_card.pdf
Normal file
Binary file not shown.
Loading…
Reference in a new issue