Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.65 KB

File metadata and controls

45 lines (35 loc) · 1.65 KB

Staces.be

stEngine

The aim of this Javascript Game Engine is to provide a simple library for web developers. stEngine is usefull to create an UI browser game using HTML as game elements (The tag canvas is still usable).

⚠️ Important Warning

WARNING: The /inc/ folder will be removed from this GitHub project.

WARNING: The /inc/tools.js file is moving to this new GitHub project.
🚫 DO NOT use the tools.js file in the stEngine project.

Please use the new CDN link instead: https://cdn.jsdelivr.net/gh/Sta-ces/dom-tools/tools.min.js

Make sure to update your references to this new location.

Installation

Clone

You can clone this repository and import the files by your own way.
Recommended if you don't make lot of updates.

Import

Or import the system file directly in your module script :

import System from 'https://cdn.jsdelivr.net/gh/Sta-ces/stEngine/system.js'

If you want to import the Typing system use :

import Typing from 'https://cdn.jsdelivr.net/gh/Sta-ces/stEngine/types/typing.js'

If you want to import all the inc classes :

import * as INC from 'https://cdn.jsdelivr.net/gh/Sta-ces/stEngine/inc/inc.js'
let timer = new INC.Timer(() => {})

Demos

Author