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).
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.
You can clone this repository and import the files by your own way.
Recommended if you don't make lot of updates.
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(() => {})