rhyju-engine

1.0.0-a • Public • Published

Rhyju-Engine

A javascript game engine that allows you to develop games for windows, mac, and linux systems.

Installing

To install Rhyju engine:

  1. npm i rhyju-engine
  2. open your package.json and replace "main": "index.js" with "main": "node_modules/rhyju-engine/depend/sys.js"
  3. add the start and build commands to your scripts "start": "electron .", "pack": "electron-builder --dir", "dist": "electron-builder"
  4. add the build section at the bottom. "build": { "appId": "learnjs", "mac": { "category": "Productivity" } },
  5. -ADD TO PROJECT-

Package Sidebar

Install

npm i rhyju-engine

Weekly Downloads

0

Version

1.0.0-a

License

AGPL-3.0

Unpacked Size

3.45 kB

Total Files

5

Last publish

Collaborators

  • jessimckissick