A solo journaling game about being mindful
Find a file
2023-06-17 12:22:04 -04:00
assets switch to xetex to facilitate better font handling, update to use atkinson hyperlegible as main font and dejavu font family for mono and math fonts, adjust margins to be ssmaller, update make file to accomodate xetex change, remove latex template that is no longer needed ; this change retains pandoc as the processing engine ; embedeeded fonts in repo (they are free and can be embedded with releases) 2023-06-17 10:38:26 -04:00
release generate latest release files 2023-06-17 12:15:33 -04:00
condensed_mindfulness_the_game.md add a condensed version of the game 2023-06-17 12:10:25 -04:00
Makefile update make file to accomodate new form of game and make file names sort a bit better in the releases folder 2023-06-17 12:10:54 -04:00
mindfulness_the_game.md add kmn as human making changes and append a version specific to this repo so its easier to track which version of upstream is in use 2023-06-17 12:10:00 -04:00
README.md add license info to readme, add info on building releases 2023-06-17 12:22:04 -04:00

Mindfulness: The Game

A solo journaling game about being mindful.

Game Files

The .md files in the root of this project are used to generate the different releases and forms of the game for download.

Download For Play

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

Licensing

The game is licensed Creative Commons Attribution-ShareAlike 4.0 International and the assets used to generate the printable releases are licensed independently. Please see any assets project page for its licensing information.

Building Releases

The following tools are used to build a release.

  • make (optional, see the Makefile for commands to run)
  • pandoc (for generating all release files)
  • xetex (for generating pdf)
  • Atkinson Hyperlegible font (for generating pdf, see assets directory for the font files)
  • Deja Vu Sans Mono font (for generating pdf, see assets directory for the font file)
  • Deja Vu Math TeX Gyre (for generating pdf, see assets directory for the font file)