Flappy Bird Svelte
TODO
- Learn about bird animation
- Learn how to work with bird velocity and gravity
- Provide additional setting for difficulty by increase bird velocity
Get started
Install the dependencies...
npm install
Start local server for development:
npm run dev
Building and running in production mode
npm run build