Spacewalk is a 2D platformer game built with Pygame where players navigate through space-themed levels to reach a door that leads to the next challenge. Each level is filled with platforms, obstacles, and enemies that the player must overcome.
Navigate through challenging levels, avoid enemies, and reach the door to progress. The game features custom animations and a variety of obstacles to keep the gameplay exciting and engaging.
- Animated characters and enemies.
- Multiple levels with increasing difficulty.
- Health bar system for the player character.
- Engaging sound effects and background music.
To play Spacewalk, you need to have Python and Pygame installed on your system.
- Clone the repository to your local machine:
git clone https://github.com/yourusername/spacewalk.git
- Navigate to the cloned repository:
cd spacewalk
- Install the required dependencies:
pip install -r requirements.txt
To start the game, run the following command in the terminal:
python main.py
Contributions to Spacewalk are welcome! Please read CONTRIBUTING.md
for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE.md
file for details.
- Sprites and music used under license or from free resources.
- Pygame community for their extensive documentation and support.
For any queries, you can reach out to [galindo.tech@gmail.com].
We hope you enjoy playing Spacewalk as much as we enjoyed making it!