Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 2.59 KB

README.md

File metadata and controls

78 lines (51 loc) · 2.59 KB

🚁 Helicopter Arcade Style Game in C# 🎮

Welcome to the Helicopter Window Form Game! This project is a simple and fun game developed using C# and Windows Forms. The goal of the game is to navigate a helicopter through an endless series of obstacles without crashing.

Table of Contents

Introduction

The Helicopter Window Form Game is a classic side-scrolling game where the player controls a helicopter that must avoid obstacles. The game gets progressively more challenging as the player advances.

Features

  • Simple and intuitive controls
  • Increasing difficulty levels
  • Score tracking
  • Pause and resume functionality
  • Sound effects

Installation

To run this game locally, you need to have the .NET Framework installed on your machine. Follow these steps to get started:

  1. Clone the repository:
    git clone https://github.com/your-username/helicopter-window-form-game.git
  2. Open the solution file HelicopterWindowFormGame.sln in Visual Studio.
  3. Build the solution by selecting Build > Build Solution or pressing Ctrl+Shift+B.
  4. Run the application by selecting Debug > Start Debugging or pressing F5.

Usage

After running the application, you can start playing the game immediately. Use the following controls to navigate the helicopter:

  • Up Arrow: Move the helicopter up
  • Down Arrow: Move the helicopter down

Avoid the obstacles to keep playing and achieve a high score.

Gameplay

The helicopter moves forward automatically. Your task is to navigate up and down to avoid the obstacles. If the helicopter crashes into an obstacle, the game is over, and your score will be displayed. Try to get the highest score possible!

Screenshots

Main Menu Main menu of the game.

Gameplay Gameplay showing the helicopter navigating through obstacles.

Contributing

Contributions are welcome! If you find any bugs or have feature requests, please open an issue or submit a pull request. Make sure to follow the contributing guidelines.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any inquiries or feedback, please reach out to:

Enjoy the game and have fun flying your helicopter!