paw-NNNNN / flappy-bird

A classic Flappy Bird game clone built using vanilla JavaScript. Play, customize, and explore the mechanics of this addictive game!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot (635)

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

About

A classic Flappy Bird game clone built using vanilla JavaScript. Play, customize, and explore the mechanics of this addictive game!

License:MIT License


Languages

Language:JavaScript 74.3%Language:TypeScript 10.2%Language:HTML 8.8%Language:CSS 6.7%