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

https://github.com/priyanshii1511/flappy-bird

A flappy bird game made for fun and learning.
https://github.com/priyanshii1511/flappy-bird

kaboomjs

Last synced: about 2 months ago
JSON representation

A flappy bird game made for fun and learning.

Awesome Lists containing this project

README

        

Play the game here: https://extraordinary-fox-fa9a3a.netlify.app/

# 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.