An open API service indexing awesome lists of open source software.

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

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/)

![screenshot](./public/misc/screenshot-wide-2.jpg)

> 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/).