Skip to content

Latest commit

 

History

History
80 lines (34 loc) · 1.68 KB

README.md

File metadata and controls

80 lines (34 loc) · 1.68 KB

Clash in Space

Clash in Space is a thrilling arcade game developed using Pygame. In this game, you control a spaceship with the mission to destroy as many meteors as possible. Dodge the meteors and use your firepower to survive in space!

Features

1.Dynamic Gameplay: Navigate your spaceship through space and destroy incoming meteors. 2.Scoring System: Keep track of your high scores and try to beat them. 3.Sound Effects: Enjoy immersive sound effects for shooting and explosions. 4.User-Friendly Controls: Simple and intuitive controls for an engaging gaming experience.

Installation

  1. Clone the Repository

git clone https://github.com/Ashish-Patnaik/Clash-in-Space.git

cd Clash-in-Space

  1. Install the Dependencies Make sure you have Python and Pygame installed. You can install Pygame using pip:

pip install pygame

How to play

1.Run the Game: python main.py

2.Controls:

-Arrow Keys: Move the spaceship. -Spacebar: Shoot lasers.

Download

ZIP FILE

Screenshots

Capture

Contribution

Feel free to contribute to the project. You can do this by:

1.Forking the repository. 2.Creating a new branch (git checkout -b feature-branch). 3.Making your changes. 4.Committing your changes (git commit -m 'Add some feature'). 5.Pushing to the branch (git push origin feature-branch). 6.Creating a new Pull Request.

License

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