Giter Site home page Giter Site logo

tarot's Introduction

Tarot

An implementation of the tarot as given by Ra in The Law of One. It's a very basic tool for learning the 22 archetypes of the Major Arcana.

It can draw a card at random, and show all cards related to it. Since it does give additional detail - one could ask for a card by name or number.

There is also an option to show a table of all cards organized into Mind/Body/Spirit complex columns and the 8 classification categories for rows. This format makes the triples and pairs easy to spot as one learns the material.

What follows is a representation of such an aid, possibly just a placeholder of a future app screenshot.

/ M i n d B o d y S p i r i t
... complex complex complex
M
a
t
r
i
x
: : :
P
o
t
e
n
t
i
a
t
o
r
C
a
t
a
l
y
s
t
: : :
E
x
p
e
r
i
e
n
c
e
S
i
g
n
i
f
i
c
a
t
o
r
: : :
= Choice Choice Choice
T
r
a
n
s
f
o
r
m
a
t
i
o
n
: : :
G
r
e
a
t

W
a
y

How

Urbit would be needed to run this.

It started as a Hoon School final exercise.

So far it's just a generator, which I plan to turn into a Landscape app, after learning all of this too.

Use

The command below, entered in a dojo, generates an overview cheat-sheet. This is the big picture, usually enough to jog one's memory with.

> +tarot, =o %all
~[
  [%all "|                  Mind           | Body             | Spirit    |"]
  [%all "|                                                                |"]
  [%all "| Matrix         | Magician       | Strength         | Devil     |"]
  [%all "| Potentiator    | High Priestess | Hermit           | Tower     |"]
  [%all "| Catalyst       | Empress        | Wheel of Fortune | Star      |"]
  [%all "| Experience     | Emperor        | Justice          | Moon      |"]
  [%all "| Significator   | Hierophant     | Hanged Man       | Sun       |"]
  [%all "| Choice Pairs                                                   |"]
  [%all "| Transformation | Lovers         | Death            | Judgement |"]
  [%all "| Great Way      | Chariot        | Temperance       | World     |"]
  [%all "| The Choice     | Choice                                        |"]
]

Here is a default example - I just called +tarot to get a random card:

~[
  [%upon "| = Archetype  | @ Mind    | Body    | Spirit |"]
  [%upon "|                                             |"]
  [%upon "| Catalyst     | : Empress                    |"]
  [%upon "| Experience > | = Emperor | Justice | Moon   |"]
  [%upon "|                # 4                          |"]
]

Above I got the Emperor archetype. It is card #4, of the Mind complex, which together with Justice for Body and Moon for Spirit represents Experience. It also pairs with the Empress Catalyst.

To get a specific card, for example the Sun, one could ask for it by name +tarot, =name "sun" or number +tarot, =a 19:

~[
  [%upon "| = Archetype    | Mind       | Body       | @ Spirit |"]
  [%upon "|                                                     |"]
  [%upon "|                                            # 19     |"]
  [%upon "| Significator > | Hierophant | Hanged Man | = Sun    |"]
  [%upon "| The Choice                                 : Choice |"]
]

tarot's People

Contributors

orlin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.