Chicken Invaders is a browser-based game where players control a spaceship to shoot chickens, collect gifts, and avoid obstacles. The game progresses through different states, including initial levels, a chicken matrix, an egg rain phase, and a final boss battle. The player's score is saved locally, and the game will notify the player if they achieve a new high score.
- Instructions page for game rules.
- Player movement with keyboard controls.
- Collecting gifts powers the fires up.
- Shooting mechanic with different fire types.
- Multiple game states: Initial, Matrix, Egg Rain, Boss, Win, Lose.
- 3 lives
- Score is updated based on player actions.
- Current score and high score are saved.
-
Clone the repository:
git clone https://github.com/elmahygurl/Chicken-Invaders
-
Navigate to the project directory:
cd chicken-invaders
-
Open
index.html
in a web browser:- Double-click on
index.html
to open it directly in your default web browser. - Alternatively, use a local server to serve the file.
- Double-click on
Enjoy playing Chicken Invaders!