Git Product home page Git Product logo

lost-purpose's Introduction

Tarot of the Lost Purpose

NOT MAINTAINED

This was an experiment back in 2019 to learn React. Unfortunately, the nature of modern webdev means severay of the 'best practices' here are no longer valid. One day I'd like to rewrite this in the 'modern' recommended style, possibly with Preact or even without any framework at all. But until then, consider this code bit-rotten.

If you want to try the Tarot of the Lost Purpose out for yourself, see the official instance.

Tarot of the Lost Purpose (or just Lost Purpose) is a skeuomorphic tarot deck web application: it simulates tarot decks in significantly more detail than is necessary, and makes several design decisions with the explicit purpose of feeling like a tarot deck.

  • It uses a linear-feedback shift register for random number generation, seeded using a user-provided string with CRC32 repeatedly applied. It does this in order to simulate the fact that humans are quite bad at 'randomly' shuffling.
  • Instead of implementing a perfect Fisher-Yates shuffle, it implements a 'chunked riffle shuffle' where the deck is randomly cut and randomly-sized chunks from each half are interleaved.

For a more rambly about page, read the about page.

Silicon Dawn

Lost Purpose also supports the Tarot of the Silicon Dawn, which augments the traditional tarot deck with:

  • Five extra major arcana
  • The (VOID) suit, with five ranks (including a 0).
  • The 99s of all four traditional suits
  • Two extra cards that defy categorization.

The deck is worth a shot if you're queer/transhuman/generally Weird, but sadly out of print (as of August 2018) and unreasonably expensive to buy second-hand. Egypt Urnash has kindly given me permission to use the art assets and her interpretations.

Licensing

All of my own work (everything outside of frontend/assets) is licensed under the MIT license found in LICENSE. The assets are licensed using the per-directory LICENSE files.

lost-purpose's People

Contributors

deifactor avatar dependabot[bot] 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.