Skip to content

This project is a simple HTML game where you control a plane to collect stars. The game is built using HTML, CSS, and JavaScript, and provides an engaging way to demonstrate basic game development concepts.

Notifications You must be signed in to change notification settings

apkirana/project-game-webplane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Plane Game

Overview

This project is a simple HTML game where you control a plane to collect stars. The game is built using HTML, CSS, and JavaScript, and provides an engaging way to demonstrate basic game development concepts.

Demo

Demo Animation

This GIF demonstrates how the application works.

How to Play

  • Use the arrow keys to move the plane:
    • Arrow Up: Move up
    • Arrow Down: Move down
    • Arrow Left: Move left
    • Arrow Right: Move right
  • Collect the stars to increase your score.
  • Click the "Restart" button to reset the game.

Project Structure

  • index.html: The main HTML file that structures the webpage.
  • styles.css: The CSS file for styling the game elements.
  • game.js: The JavaScript file containing the game logic.
  • images/: Directory containing images used in the game (plane.png and star.png).

Technologies Used

  • HTML: For structuring the game interface.
  • CSS: For styling the game elements.
  • JavaScript: For implementing the game logic.

Installation

To run the game locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/simple-plane-game.git
  2. Navigate to the project directory:
    cd simple-plane-game
  3. Open the index.html file in your web browser to start the game.

Usage

  • Use the arrow keys to navigate the plane and collect stars.
  • The score will increase with each star collected.
  • Use the "Restart" button to reset the game.

Contributing

Contributions to improve the game are welcome. Please fork the repository and submit a pull request with your changes.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

About

This project is a simple demonstration of creating an interactive game using basic web technologies. It is intended for educational purposes and to serve as a foundation for further development.

About

This project is a simple HTML game where you control a plane to collect stars. The game is built using HTML, CSS, and JavaScript, and provides an engaging way to demonstrate basic game development concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published