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

https://github.com/daim-nickel-penny/flappy-svg-webapp


https://github.com/daim-nickel-penny/flappy-svg-webapp

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        




Flappy-SVG PWA


The Flappy-SVG game but now in a progressive web app.


Explore the docs »




View Demo
·
Report Bug
·
Request Feature

Table of Contents



  1. About The Project



  2. Getting Started


  3. Game Play

  4. Roadmap

  5. Contributing

  6. License

  7. Contact

  8. Acknowledgements

## About The Project

[![Product Name Screen Shot][product-screenshot]](https://example.com)

Everyone's Favourite & Iconic Flappy Bird Game . Arcade-style game which runs on SVG.
This is a game written using mainly Javascript and SVG.
It comes with a variety of interesting characters, backgrounds and obstacles that the user can choose from.

Here's why you should play this game:
* Its platform independent. You can run this game on almost every device.
* This is fast and responsive and doesnt take much of your device storage.
* Its an iconic game :smile:

### Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
* [ReactJs](https://reactjs.org/)
* [styled-components](https://styled-components.com/)
* [Boostrap](https://getbootstrap.com/)
* [Material UI]()
* [react-bootstrap]()
* [Lottie]()

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

Node.js
NPM
Code Editor

### Installation

1. Visit the link [of my repo](https://github.com/Daim-Nickel-Penny/Flappy-svg-webapp)
2. Clone the repo
```sh
git clone https://github.com/Daim-Nickel-Penny/Flappy-svg-webapp.git
```
3. Install NPM packages
```sh
npm install
```
4. Run the command
```JS
npm start
```

## Roadmap

See the [open issues](https://github.com/Daim-Nickel-Penny/Flappy-svg-webapp/issues) for a list of proposed features (and known issues). Feel free to create an issue.

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

### For Adding your name in contributors
1. Head over [to this file](https://github.com/Daim-Nickel-Penny/Flappy-svg-webapp/blob/main/src/Components/Contributions/ContributionsList.js)
2. Put your name and github profile link along.
3. Do mention your contributions by commenting it in the code

## Contact

Daim Khan - [@i_am_daim](https://twitter.com/i_am_daim)

Project Link: [https://github.com/Daim-Nickel-Penny/Flappy-svg-webapp](https://github.com/Daim-Nickel-Penny/Flappy-svg-webapp)

## Game Play

Logo

Logo

Logo

## Acknowledgements
* [Flappy-SVG](https://github.com/fossasia/flappy-svg)