Skip to content

A simple three.js based game for a weekend project

Notifications You must be signed in to change notification settings

akay25/TheAviator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Aviator

A Simple HTML-Based Browser Game in three.js.

Table of Contents

  • Game Overview
  • How to Play
  • Game Controls
  • Features
  • Development
  • Contributing
  • License

Game Overview

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.

GAME screenshot

How to Play

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.

Development

If you're interested in contributing to the development of this game, follow these steps:

  1. Clone the repository:

    bash
    
    git clone https://github.com/akay25/TheAviator.git
    
  2. Make your changes and improvements.

  3. Test your changes in a web browser to ensure they work as expected.

  4. 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.

License

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.

Languages

  • JavaScript 75.8%
  • CSS 16.1%
  • HTML 8.1%