https://github.com/hairyf/vue3-pixi-dino
Creating a flappy bird using Vue3 pixi
https://github.com/hairyf/vue3-pixi-dino
dinosaur-game pixijs vue3
Last synced: 6 months ago
JSON representation
Creating a flappy bird using Vue3 pixi
- Host: GitHub
- URL: https://github.com/hairyf/vue3-pixi-dino
- Owner: hairyf
- License: mit
- Created: 2023-05-18T06:46:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:30:45.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T17:45:09.383Z (8 months ago)
- Topics: dinosaur-game, pixijs, vue3
- Language: Vue
- Homepage: https://vue3-pixi-dino.vercel.app/
- Size: 48.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dino 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-dino.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)