Compare commits

...

4 Commits

Author SHA1 Message Date
KemoNine 062f1e31d7 generate latest release files 2023-06-17 15:29:47 -04:00
KemoNine 28bc48a0ce add a6 version of quick reference 2023-06-17 15:29:32 -04:00
KemoNine 8047c28128 add a5 pdf for condensed version 2023-06-17 15:20:45 -04:00
KemoNine 4fbf29ee60 add quick reference version of the game 2023-06-17 15:18:00 -04:00
12 changed files with 145 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# Targets
#########
all: full condensed
all: full condensed quick_reference
full: release/_mindfulness_the_game_letter.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 \
release/condensed_mindfulness_the_game_a4.pdf \
release/condensed_mindfulness_the_game_a5.pdf \
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
###########
release/_mindfulness_the_game_letter.pdf : mindfulness_the_game.md
@ -42,12 +48,58 @@ release/condensed_mindfulness_the_game_a4.pdf : condensed_mindfulness_the_game.m
-V papersize:a4 \
-o release/condensed_mindfulness_the_game_a4.pdf \
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
pandoc \
-o release/condensed_mindfulness_the_game.org \
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
######
clean:

View File

@ -8,16 +8,42 @@ The `.md` files in the root of this project are used to generate the different r
## 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
* PDF - US Letter
* PDF - A4
* org-mode
* Condensed Game
* PDF - US Letter
* PDF - A4
* org-mode
## Full Game
The full game.
### Available Formats
* Markdown source code
* 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

36
quick_reference.md Normal file
View 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.

View 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

Binary file not shown.

Binary file not shown.

Binary file not shown.