Skip to content

This is a Chicken Invaders game I developed using Pygame framework.

Notifications You must be signed in to change notification settings

ohadch/chicken-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a Chicken Invaders game I developed using Pygame framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages