Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.02 KB

File metadata and controls

48 lines (37 loc) · 1.02 KB

ARME_COMBAT

Description:

A 2D platformer game where the player must shoot with a weapon at obstacles moving towards them.

Screenshots

Screenshot

Features

  • Scoring system.
  • Simple and easy-to-use interface.

Installation

  1. Clone this repository or download the ZIP file:
    git clone https://github.com/Ferdinaelectro/Jeux-pygame-python-.git
  2. Install the required dependencies with pip:
    pip install pygame

How to Play

  1. Launch the game with the following command:
    python main.py
  2. Game controls:
    • Arrow keys to move.
    • Spacebar to shoot.
    • 'r' key to restart the game.

Dependencies

  • pygame - Library for creating games in Python.

Contributing

  • Fork the project.
  • Create a new branch:
    git checkout -b feature/feature-name
  • Submit a pull request.

License

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