An open API service indexing awesome lists of open source software.

https://github.com/xebec19/expert-funicular

platformer game using kaplayjs
https://github.com/xebec19/expert-funicular

game kaplayjs platformer-game

Last synced: 4 months ago
JSON representation

platformer game using kaplayjs

Awesome Lists containing this project

README

        

# Folder structure

- `src` - source code for your kaplay 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.# expert-funicular