/spacewalk-pygame-platformer

2D platformer game designed using Pygame, a set of Python modules designed for writing video games. In this game, the main character is inspired by Morty, from the popular animated series "Rick and Morty". This character, however, has distinct features to differentiate from the original Morty, such as a different hairstyle and clothing colors

Primary LanguagePython

Spacewalk - Pygame Platformer

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.

Gameplay

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.

Game Features

  • Animated characters and enemies.
  • Multiple levels with increasing difficulty.
  • Health bar system for the player character.
  • Engaging sound effects and background music.

Screenshots from the Game

Spacewalk Level 1 Spacewalk Level 2 Spacewalk Level 3 Spacewalk Level 4

Installation

To play Spacewalk, you need to have Python and Pygame installed on your system.

  1. Clone the repository to your local machine:
git clone https://github.com/yourusername/spacewalk.git
  1. Navigate to the cloned repository:
cd spacewalk
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

To start the game, run the following command in the terminal:

python main.py

Contributing

Contributions to Spacewalk are welcome! Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Sprites and music used under license or from free resources.
  • Pygame community for their extensive documentation and support.

Contact

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!