1.0.0 • Published 3 years ago
gongga v1.0.0
Gongga
Gongga is a pong like ASCII game that is delivered as a installable web app, a terminal based game, and a plug-n-play web component.
Gongga on the Web
Develop
npm run serveOpen localhost:3000
Build
npm run buildDeploy
git commit -m "..."
git push origin masterGongga Web Component
You can use Gongga as a plug and play webcomponent by doing this:
npm install gonggaimport 'gongga';<gongga-game></gongga-game>Gongga on the Terminal
Install
npm install --global gonggaRun
gonggaDevelopment of the CLI
You can make changes and test via the cli with this command
npm run playPublishing the CLI
Bump the package.json version and then run:
npm publish