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.
- Host: GitHub
- URL: https://github.com/priyanshii1511/flappy-bird
- Owner: Priyanshii1511
- Created: 2024-07-19T11:14:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T14:53:52.000Z (4 months ago)
- Last Synced: 2025-01-12T11:47:50.499Z (4 months ago)
- Topics: kaboomjs
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.