A Simple HTML-Based Browser Game in three.js.
- Game Overview
- How to Play
- Game Controls
- Features
- Development
- Contributing
- License
This is a fork of original game by yakudoo here. It was supposed to be a simple weekend project cause I had nothing better to do.
To play the game directly, go to demo site. Mouse movements are used to control the airplane to dodge red balls and collect the blue fuel.
As the level bar increases, the speed of the plane increases until you're in next level.
If you're interested in contributing to the development of this game, follow these steps:
-
Clone the repository:
bash git clone https://github.com/akay25/TheAviator.git
-
Make your changes and improvements.
-
Test your changes in a web browser to ensure they work as expected.
-
Check console for errors if any or feel free to contact me.
NOTE: The game is based on three.js version 75 which was released 7 years ago. I just picked the game and made changes in it. If you need help with the docs for version 75 please check here.
This project is licensed under the MIT License.
Feel free to customize this README to match your specific game's details and features. Provide as much information as necessary to help players understand how to play the game and how to contribute to its development. Don't forget to update the license file and include any other pertinent information about your project.