Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
/ flappy-bird Public archive

Flappy Bird is a popular mobile game developed by Dong Nguyen and published by dotGears. A version of the game made with TypeScript would be a re-implementation of the original game, but written in TypeScript instead of the original programming language.

License

Notifications You must be signed in to change notification settings

smarcelloc/flappy-bird

Repository files navigation

Flappy Bird


Let's play an arcade game that was successful at the time, Flappy Bird in Offline.

Image App

Description

Flappy Bird is a popular mobile game developed by Dong Nguyen and published by dotGears. The game is a side-scrolling game in which the player controls a bird that must navigate through a series of pipes without hitting them. The game is known for its simple yet challenging gameplay, as well as its retro-style graphics.

A version of the game made with TypeScript would be a re-implementation of the original game, but written in TypeScript instead of the original programming language. TypeScript is a superset of JavaScript that adds optional static typing and other features, making it a popular choice for large-scale projects. A version of Flappy Bird made in TypeScript would likely have improved scalability and maintainability compared to the original version, as well as improved developer productivity.

View Demo

Offline Game - PWA

One of the key features of PWAs is that they can be installed on a user's device, allowing them to be launched and used offline. This is made possible by the use of service workers, a JavaScript script that runs in the background and allows for offline functionality and other features such as push notifications. PWAs also have a native-like look and feel, with icons, full-screen mode and other features.

Get Started

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:9000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles Babel in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Contributing

Want to contribute to the project?

License

MIT License © Marcello Silvério

About

Flappy Bird is a popular mobile game developed by Dong Nguyen and published by dotGears. A version of the game made with TypeScript would be a re-implementation of the original game, but written in TypeScript instead of the original programming language.

Topics

Resources

License

Stars

Watchers

Forks