BalloonShoot is a simple balloon-popping game developed using MonoGame and C#. The objective is to click on the moving balloons before they float off the screen. Each hit increases your score, while missed balloons reduce it. The game becomes more challenging as the balloons speed up with each successful hit.
- Platform: Windows (using MonoGame)
- Programming Language: C#
- Balloon Movement: Balloons appear at the bottom of the screen and float upward.
- Score Tracking: Gain points by hitting balloons and lose points if they go off-screen.
- Dynamic Difficulty: Balloon speed increases with each successful hit.
- Crosshair Cursor: A custom crosshair replaces the mouse cursor for aiming.
- Pop Effect: A pop texture briefly appears when a balloon is hit.
- Left Mouse Click: Pop the balloon by clicking on it before it reaches the top of the screen.
- Escape: Exit the game.
- Start the game to see balloons appear at the bottom of the screen.
- Aim with the crosshair and click on the balloons to pop them.
- Each hit will increase your score, and each missed balloon will decrease it.
- The balloons will gradually increase in speed as you score more points.
- MonoGame: Ensure MonoGame is installed.
- C# IDE: Visual Studio or Visual Studio Code with C# support.
- Clone the repository:
git clone https://github.com/codehaks/BalloonShoot.git