https://github.com/jfmdev/flappy-clone
A clone of the classic Flappy Bird game implemented with TypeScript and Phaser
https://github.com/jfmdev/flappy-clone
game html5-game phaser phaser3 pwa pwa-app typescript vite vitejs
Last synced: 3 months ago
JSON representation
A clone of the classic Flappy Bird game implemented with TypeScript and Phaser
- Host: GitHub
- URL: https://github.com/jfmdev/flappy-clone
- Owner: jfmdev
- License: other
- Created: 2023-10-13T17:44:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T15:27:12.000Z (over 1 year ago)
- Last Synced: 2025-03-01T00:58:53.235Z (3 months ago)
- Topics: game, html5-game, phaser, phaser3, pwa, pwa-app, typescript, vite, vitejs
- Language: TypeScript
- Homepage: https://jfmdev.github.io/flappy-clone/
- Size: 1.46 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Flappy Clone
A clone of the classic _Flappy Bird_ game, implemented with TypeScript and Phaser.
[Play the game here](https://jfmdev.github.io/flappy-clone/)

> This project is a derivative work of the [Don't Touch My Birdie](https://github.com/marksteve/dtmb) game from Mark Steve Samson.
## Getting Started
The project was created using the [vite-phaser-ts](https://github.com/iwantantra/vite-phaser-ts) template, which provides the following scripts:
* `npm run dev` to run the project locally.
* `npm run build` to build the project.
* `npm run preview` to preview the build.
* `npm run lint` to lint check your code using eslint.
* `npm run lint-fix` to lint check and fix your code.## License
This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](http://creativecommons.org/licenses/by-nc/4.0/).