Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pawvan/flappy-bird

a classic Flappy Bird game clone built using vanilla JavaScript.
https://github.com/pawvan/flappy-bird

ajax dom event-listeners flappy-bird flappy-bird-game js

Last synced: 18 days ago
JSON representation

a classic Flappy Bird game clone built using vanilla JavaScript.

Awesome Lists containing this project

README

        

![Screenshot (635)](https://github.com/user-attachments/assets/87212a19-e1cd-4df1-91b2-f56b06aa29d9)

Descriptions
.github/: Contains GitHub-related files including issue templates, pull request templates, and CI/CD workflows.
.env: File for environment variables.
.env.example: Example environment variables file to show required variables.
CODE_OF_CONDUCT.md: Details about expected behavior and contributions.
CONTRIBUTING.md: Guidelines for contributing to the project.
SECURITY.md: Security policies and how to report vulnerabilities.
SUPPORT.md: Information on how to get support for the project.
LICENSE: The license under which the project is distributed.
CHANGELOG.md: Records changes and updates to the project.
docker-compose.yml: Configuration file for Docker Compose.
Dockerfile: File to build Docker images.
postcss.config.js: Configuration for PostCSS.
tailwind.config.js: Configuration for Tailwind CSS.
tsconfig.json: TypeScript configuration (if TypeScript is used).
.stylelintrc: Configuration for Stylelint.
.netlify.toml: Configuration file for Netlify deployments.
.nvmrc: Specifies the Node.js version using Node Version Manager.
docs/: Documentation files for API, guides, and tutorials.
examples/: Example projects or use cases demonstrating features or configurations.
scripts/: Automation scripts for tasks like building and testing.
tests/: Unit, integration, and end-to-end tests.
templates/: Project templates for new features or configurations.
translations/: Translation files for internationalization.
src/: Source code including HTML, CSS, and JavaScript files.
dist/: Directory for output files, like bundled JavaScript.
webpack.config.js: Configuration file for Webpack.
.prettierrc: Configuration file for Prettier code formatting.
README.md: Overview and instructions for the project