Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xebec19/easy-leap
flappy bird like game
https://github.com/xebec19/easy-leap
kaplayjs
Last synced: 12 days ago
JSON representation
flappy bird like game
- Host: GitHub
- URL: https://github.com/xebec19/easy-leap
- Owner: Xebec19
- Created: 2024-09-14T14:58:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T14:59:38.000Z (4 months ago)
- Last Synced: 2024-11-10T18:47:44.351Z (2 months ago)
- Topics: kaplayjs
- Language: JavaScript
- Homepage: https://xebec19.itch.io/easy-leap
- 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 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.# easy-leap