PaperPlane is an interactive JavaScript game that simulates the flight of a paper airplane through various obstacles. The game challenges players to navigate their paper plane, avoiding collisions to achieve high scores. With a simple yet engaging gameplay mechanic, PaperPlane offers endless entertainment for players of all ages.
- Simple Controls: Use the spacebar to control the paper plane's elevation.
- Dynamic Obstacles: Randomly generated obstacles that require skill to navigate.
- Score Tracking: Keep track of how far you've flown with an in-game score counter.
To start playing PaperPlane, simply clone the repository to your local machine and open the index.html
file in a web browser. No additional setup is required.
Contributions to the PaperPlane project are welcome. If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Thanks to all contributors who have helped to make PaperPlane a fun and accessible game.
- Special thanks to the open-source community for providing the tools and libraries that make projects like this possible.