1.0.0-a • Published 3 years ago

rhyju-engine v1.0.0-a

Weekly downloads
1
License
AGPL-3.0
Repository
github
Last release
3 years ago

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-