https://github.com/moroboxai/moroxel8ai-sdk
API definitions for the Moroxel8AI fantasy 8-bit CPU
https://github.com/moroboxai/moroxel8ai-sdk
fantasy-console games javascript moroboxai sdk typescript
Last synced: 7 months ago
JSON representation
API definitions for the Moroxel8AI fantasy 8-bit CPU
- Host: GitHub
- URL: https://github.com/moroboxai/moroxel8ai-sdk
- Owner: moroboxai
- License: mit
- Created: 2022-06-18T07:11:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-16T22:34:44.000Z (about 2 years ago)
- Last Synced: 2025-02-20T00:44:53.446Z (8 months ago)
- Topics: fantasy-console, games, javascript, moroboxai, sdk, typescript
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# moroxel8ai-sdk
[](https://www.npmjs.com/package/moroxel8ai-sdk)

[](https://github.com/moroboxai/moroxel8ai-sdk/blob/master/LICENSE)API definitions for the [Moroxel8AI](https://github.com/moroboxai/moroxel8ai) fantasy 8-bit CPU.
## Install
Using npm:
```bash
npm install moroxel8ai-sdk --save-dev
```Log installed SDK version to console:
```js
import * from Moroxel8AISDK from 'moroxel8ai-sdk';console.log(`Moroxel8AISDK v${Moroxel8AISDK.VERSION}`);
```## License
This content is released under the [MIT](http://opensource.org/licenses/MIT) License.