Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pawvan/flappy-bird
- Owner: pawvan
- License: mit
- Created: 2024-07-27T12:45:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T15:57:11.000Z (5 months ago)
- Last Synced: 2024-11-25T10:32:27.273Z (about 1 month ago)
- Topics: ajax, dom, event-listeners, flappy-bird, flappy-bird-game, js
- Language: JavaScript
- Homepage:
- Size: 211 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Security: SECURITY.md
- Support: SUPPORT.md
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