GlyEngine 0.0.17
Create games and apps with lua
Loading...
Searching...
No Matches
HTML5

build web pages, pwa's and tv apps More...

Topics

 Tizen
 Build apps for Samsung televisors.
 
 WebOS
 Build apps for LG televisors.
 

Detailed Description

create HTML5 project using gly-deps.json

Install CLI
npm install -g demoon @gamely/gly-cli
Creating a project
gly-cli init awesome_game --template @pong
Building as web page
gly-cli build src/game.lua --core html5

create HTML5 project using package.json

Install CLI
npm install @gamely/gly-cli --dev
Generate structures
npx gly-cli init . --template @pong
Building
npx gly-cli build src/game.lua --core html5