Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hairyf/vue3-pixi-flappy-bird
Creating a flappy bird using Vue3 pixi
https://github.com/hairyf/vue3-pixi-flappy-bird
Last synced: 20 days ago
JSON representation
Creating a flappy bird using Vue3 pixi
- Host: GitHub
- URL: https://github.com/hairyf/vue3-pixi-flappy-bird
- Owner: hairyf
- License: mit
- Created: 2023-05-18T06:00:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:57:26.000Z (about 1 year ago)
- Last Synced: 2024-10-03T08:21:01.139Z (3 months ago)
- Language: Vue
- Homepage: https://vue3-pixi-flappy-bird.vercel.app
- Size: 1.12 MB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flappy Bird Game(Vue3 and PixiJS)
This project utilizes the [vue3-pixi](https://github.com/hairyf/vue3-pixi) framework for integrating Pixi.js with Vue.js.
https://vue3-pixi-flappy-bird.vercel.app/
## Usage
1. Installation project dependencies
```
pnpm install
```2. Start the development server:
```bash
pnpm run dev
```3. Open your browser and visit `http://127.0.0.1:5173` to play the game.
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Make sure to follow the existing coding style and conventions.
## License
[MIT](./LICENSE) License © 2022-PRESENT [hairyf](https://github.com/hairyf)