quick-desktop

desktop wrapper for the quick game engine library


Keywords
desktop, engine, game, library, quick, wrapper, videogame
License
MIT
Install
npm install quick-desktop@1.4.5

Documentation

build status chat downloads license npm version support

quick-desktop

desktop wrapper for the quick game engine library

installation

npm install quick-desktop -g

usage

quick-desktop new desktop-game
cp -a game/. desktop-game # existing game source
cd desktop-game
npm start # to run the game
npm run build [platform]

platforms

currently supported platforms are

  • darwin
  • linux
  • win32

tips

the new package will include the latest version of quick, so it can be referenced from the original html template