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
- Host: GitHub
- URL: https://github.com/xebec19/expert-funicular
- Owner: Xebec19
- Created: 2024-08-17T17:01:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T10:43:36.000Z (10 months ago)
- Last Synced: 2025-01-08T04:37:00.386Z (5 months ago)
- Topics: game, kaplayjs, platformer-game
- Language: JavaScript
- Homepage:
- Size: 16.6 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 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