1.1.2 • Published 6 months ago

@lyceumgames/venture v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Venture

The Venture storytelling platform. We're in the process of porting code into this repository as a library published on npm.

Stories are created as repositories which have a dependency on the Venture Platform library.

flowchart LR;
  a1(Story)
  a2(Venture)
  
  a1--Depends on-->a2;

A Story repository defines all the details of the game and initializes Venture with the details.

Work in progress diagram:

flowchart LR;
  subgraph Venture;

    v1(Story Import)
    v2(Game Initialization)
    
    v3(Game)
    
    v1-->v2;
    v2-->v3;
  end
  Story-->v1;
  subgraph Story;
  
    subgraph Assets;
      a1(Spritesheets)
      a2(Character Templates)
      a3(Item Templates)
    end
  
    subgraph Content;
      c1(Characters)
      c2(Items)
      c3(Regions)
    end
  end

The Venture Platform is built using React, Redux, Phaser, and a custom game loop engine. React renders the user interface and text, Phaser renders the game world underneath, the game loop engine keeps track of timing and sequencing of game events, and redux stores all of the game's state.

flowchart LR;
  
  subgraph Presentation;
    e1(React)
    e2(Phaser)
  end
  
  subgraph Redux;
    rx1(State Store)
    rx2(Reducers)
  end
  
  e3(Engine)
  
  e1-- Subscribes to -->rx1
  e2-- Subscribes to -->rx1
  e3-- Subscribes to -->rx1
  e1-- publishes actions to -->rx2
  e3-- publishes actions to -->rx2
1.1.1

6 months ago

1.0.2

7 months ago

1.1.0

6 months ago

1.0.1

7 months ago

1.0.0

7 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.1.2

6 months ago

1.0.3

7 months ago

0.3.6

12 months ago

0.3.5

12 months ago

0.4.1

12 months ago

0.4.0

12 months ago

0.4.3

12 months ago

0.3.4

1 year ago

0.4.2

12 months ago

0.3.3

1 year ago

0.3.0

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.3

1 year ago

0.0.1

1 year ago