corocoto / flappy-bird

:bird: Flappy Bird video game

Home Page:https://corocoto.github.io/flappy-bird/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐦 Flappy Bird

tests lint deploy

Introduction

Flappy Bird is a PWA application, that has been written with using React.js library.

Application

P.S. Link on the game.

Instructions πŸ“‹

  1. Download the application and unpack it;
  2. Move into unpack folder;
  3. Run terminal inside this folder;
  4. Run npm ci or yarn install for install dependencies;
  5. After that, run npm run start or yarn start for running a project.

Available commands:

  • npm run start or yarn start - launches and opens the project in your browser;
  • npm run build or yarn build - builds the application;

Docker

For run this project on Docker, you need to follow next steps:

  1. Build an image:
docker build -t flappy-bird .
  1. Run it on a new container (on 5000 port):
docker run -p 5000:5000 -t flappy-bird

License

Flappy Bird application is open-sourced software licensed under the MIT License (MIT). Please see License File for more information.

Changelog

Detailed changes for each release are documented in the release notes.

Contributing

I'm thanks all the people, that who contributed or who want to contribute to "Flappy Bird" application.

If you want to contribute, make sure to read the Contributing Guide before making a pull request, thanks.

Conclusion

If you still have questions about the work of this application ❔ or you have cool ideas for improvement : boom:, please write to me πŸ“§.

If you find a bug πŸ›, please create an appropriate issue with detailed information about it πŸ’¬.

Thanks!

About

:bird: Flappy Bird video game

https://corocoto.github.io/flappy-bird/

License:MIT License


Languages

Language:JavaScript 80.7%Language:TypeScript 14.0%Language:CSS 2.9%Language:HTML 1.9%Language:Dockerfile 0.3%Language:Makefile 0.2%