Code Monkey home page Code Monkey logo

blankcheque's Introduction

Blank Cheque documentation (sorta)

Story format

Stories are meant to be saved in a JSON object to be later condensed in a Base64 string. They're meant to be layed out like this:

"Everday I imagine myself ",
{w:WordType.VERB,e:"ing"},
" ",
{w:WordType.PRNOUN},
" ",
{w:WordType.ADV},
" simply because I ",
{w:WordType.VERB,t:"Past tense"},
" it"

It's just an array of sentences, except areas where blanks are supposed to be are replaced by an object containing:

Parameter Description
w A constant in the WordType object detailing what kind of word it is
e The ending of the word; optional
t The tense of the word in the form of a string; can also be used as a prefix
d Any additional information about the word goes here

Note that spaces are not automatically appended to the ends of words. You have to put them in yourself.

blankcheque's People

Contributors

evolutionevotv avatar fpsownage avatar roxwize 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.