Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 847 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 847 Bytes

Chicken Invaders

Overview

Chicken Invaders is a simple game where players control a spaceship and shoot down enemies.

Screen Recording 2024-11-23 at 7 26 48

Features

  • Player-controlled spaceship that can move left, right, and shoot.
  • Enemies that move in a pattern and occasionally shoot back at the player.
  • Friendly and enemy shots that move upwards or downwards respectively.

Installation

  1. Clone the repository
  2. Install the required dependencies using pip install -r requirements.txt
  3. Run the game: python main.py

Controls

  • Left Arrow: Move the spaceship left.
  • Right Arrow: Move the spaceship right.
  • Spacebar: Shoot.

Contributing

Contributions are welcome! Please feel free to open issues or pull requests.