0.1.0-alpha.54 • Published 7 months ago

moroboxai-player-sdk v0.1.0-alpha.54

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

moroboxai-player-sdk

NPM version Node.js CI gitHub license Code Quality: Javascript Total Alerts

This package provides the core functionalities for running MoroboxAI games on various platforms, but lacks the gutter that is required for some platform-specific functionalities.

See:

Install

Using npm:

npm install moroboxai-player-sdk --save

Implementation

This package is meant to be extended by implementing the missing gutter for the desired platform:

import * as MoroboxAIPlayerSDK from 'moroboxai-player-sdk';

// The gutter added by our implementation
const sdkConfig: MoroboxAIPlayerSDK.ISDKConfig = {
 // Define how we create a file server on this platform
 fileServer: (baseUrl: string) => ...,
 // Define how we create a zip server on this platform
 zipServer: (baseUrl: string) => ...
};

// Retrieve the HTMLElement we want to attach the player to
const element: Element = ...;

// The generic options for the player
const options: MoroboxAIPlayerSDK.IPlayerOptions = ...;

// Entrypoint of moroboxai-player-sdk with our gutter
MoroboxAIPlayerSDK.init(sdkConfig, element, options);

License

This content is released under the MIT License.

0.1.0-alpha.50

7 months ago

0.1.0-alpha.52

7 months ago

0.1.0-alpha.51

7 months ago

0.1.0-alpha.54

7 months ago

0.1.0-alpha.53

7 months ago

0.1.0-alpha.32

8 months ago

0.1.0-alpha.31

8 months ago

0.1.0-alpha.34

8 months ago

0.1.0-alpha.33

8 months ago

0.1.0-alpha.36

8 months ago

0.1.0-alpha.35

8 months ago

0.1.0-alpha.38

8 months ago

0.1.0-alpha.37

8 months ago

0.1.0-alpha.39

8 months ago

0.1.0-alpha.41

7 months ago

0.1.0-alpha.40

7 months ago

0.1.0-alpha.43

7 months ago

0.1.0-alpha.42

7 months ago

0.1.0-alpha.45

7 months ago

0.1.0-alpha.44

7 months ago

0.1.0-alpha.47

7 months ago

0.1.0-alpha.46

7 months ago

0.1.0-alpha.49

7 months ago

0.1.0-alpha.48

7 months ago

0.1.0-alpha.30

8 months ago

0.1.0-alpha.18

9 months ago

0.1.0-alpha.17

9 months ago

0.1.0-alpha.19

9 months ago

0.1.0-alpha.21

9 months ago

0.1.0-alpha.20

9 months ago

0.1.0-alpha.23

8 months ago

0.1.0-alpha.22

8 months ago

0.1.0-alpha.25

8 months ago

0.1.0-alpha.24

8 months ago

0.1.0-alpha.27

8 months ago

0.1.0-alpha.26

8 months ago

0.1.0-alpha.29

8 months ago

0.1.0-alpha.28

8 months ago

0.1.0-alpha.12

9 months ago

0.1.0-alpha.11

9 months ago

0.1.0-alpha.14

9 months ago

0.1.0-alpha.13

9 months ago

0.1.0-alpha.16

9 months ago

0.1.0-alpha.15

9 months ago

0.1.0-alpha.5

2 years ago

0.1.0-alpha.7

2 years ago

0.1.0-alpha.6

2 years ago

0.1.0-alpha.10

2 years ago

0.1.0-alpha.9

2 years ago

0.1.0-alpha.8

2 years ago

0.1.0-alpha.4

2 years ago

0.1.0-alpha.3

2 years ago

0.1.0-alpha.2

2 years ago

0.1.0-alpha.1

2 years ago