https://github.com/lakshya-gg/javascript-games
Contains JavaScript Games
https://github.com/lakshya-gg/javascript-games
hacktoberfest hacktoberfest-accepted hacktoberfest2023 javascript parallax-web
Last synced: 3 months ago
JSON representation
Contains JavaScript Games
- Host: GitHub
- URL: https://github.com/lakshya-gg/javascript-games
- Owner: Lakshya-GG
- License: mit
- Created: 2023-09-24T10:08:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T15:26:25.000Z (over 1 year ago)
- Last Synced: 2025-01-03T21:44:00.009Z (5 months ago)
- Topics: hacktoberfest, hacktoberfest-accepted, hacktoberfest2023, javascript, parallax-web
- Language: JavaScript
- Homepage: https://jsg.vercel.app
- Size: 2.85 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# JavaScript Games Repository
Welcome to the JavaScript Games Repository! This repository is a collection of JavaScript games using different libraries and frameworks. Whether you're a gamer looking for fun games to play or a developer seeking inspiration or collaboration, you've come to the right place.
## Table of Contents
- [JavaScript Games Repository](#javascript-games-repository)
- [Table of Contents](#table-of-contents)
- [Games](#games)
- [Technologies](#technologies)
- [Contributing](#contributing)
- [License](#license)## Games
Here are some of the exciting games you can find in this repository:
1. **Flappy Bird:** Explore a Flappy Bird-inspired JavaScript game where you control a bird, maneuvering it through pipes with timely spacebar presses to score points. Enjoy real-time scoring, collision detection, and challenge yourself with a high score system.[Flappy Bird JS Game](game.js)
2. **Game 2:** Description of the second game and a link to its source code.
3. ...Feel free to explore the individual game directories to find more information about each game.
## Technologies
These games were developed using a variety of JavaScript libraries and frameworks, including but not limited to:
- [Phaser](https://phaser.io/)
- [PixiJS](https://pixijs.com/)
- [jQuery](https://jquery.com/)## Contributing
We welcome contributions from the community! If you'd like to contribute to this repository, please follow these guidelines:
1. Fork this repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and ensure they work as expected.
4. Write clear and concise commit messages.
5. Open a pull request with a detailed description of your changes.Please be respectful and follow our [Code of Conduct](CODE_OF_CONDUCT.md).
## License
This repository is licensed under the MIT License. You are free to use, modify, and distribute the code in accordance with the terms of this license. For more details, please read the [LICENSE](LICENSE) file.
Enjoy the games and happy coding!