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
- Host: GitHub
- URL: https://github.com/daim-nickel-penny/flappy-svg-webapp
- Owner: Daim-Nickel-Penny
- Created: 2021-08-18T17:00:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-27T15:24:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T10:44:48.100Z (5 months ago)
- Language: CSS
- Size: 9.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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
## Acknowledgements
* [Flappy-SVG](https://github.com/fossasia/flappy-svg)