https://github.com/xebec19/super-system
learning kaboom
https://github.com/xebec19/super-system
kaboomjs
Last synced: 4 months ago
JSON representation
learning kaboom
- Host: GitHub
- URL: https://github.com/xebec19/super-system
- Owner: Xebec19
- Created: 2024-05-17T16:31:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T16:55:36.000Z (about 1 year ago)
- Last Synced: 2025-01-08T04:37:00.696Z (5 months ago)
- Topics: kaboomjs
- Language: JavaScript
- Homepage: https://main--velvety-praline-500dc7.netlify.app/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Folder structure
- `src` - source code for your kaboom project
- `www` - distribution folder, contains your index.html, built js bundle and static assets## Development
```sh
$ npm run dev
```will start a dev server at http://localhost:8000
## Distribution
```sh
$ npm run build
```will build your js files into `www/main.js`
```sh
$ npm run bundle
```will build your game and package into a .zip file, you can upload to your server or itch.io / newground etc.# super-system