Gly Game Engine 0.0.11
Game engine in lua
Loading...
Searching...
No Matches
HTML5

build web pages, pwa's and tv apps

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