uage
v1.0.2
Published
Universial Abstract Game Environment
Downloads
2
Readme
Universal Abstract Game Environment
Pronounced like "wage".
This module is under active development as of March-2023 and will be updated when the first version is publicly available in April-2023
This is a Node.js module which provides a simplified, platform agnostic game development API what includes graphics, sounds, and event handling. It's very low level, and minimalistic. More sophisticated functions will be implemented in layers above UAGE.
UAGE will also include a CLI utility that can be used to build platform executables for:
Mac
Windows (soon)
Mobile (maybe someday)
Install
Install the CLI build utility globally:
npm install -g uage
Install the module for game development locally:
npm install uage