Welcome to our simple yet exciting 2D game built using the Pygame library in Python. This game offers an interactive and immersive experience with captivating graphics and smooth gameplay.
-
User Controls: Use the arrow keys (or custom keys) to control the player character and navigate through the game world.
-
Collectibles: Gather various objects or power-ups scattered throughout the game to enhance your score and abilities.
-
Obstacles and Challenges: Encounter challenging obstacles and enemies that will test your gaming skills.
-
Score Tracking: Keep track of your progress and high scores throughout the game.
Before running the game, ensure you have the following installed:
-
Python 3.x: Download Python
-
Pygame Library: Install using pip
pip install pygame
-
Clone the repository:
git clone https://github.com/sarthaknimbalkar/Pygame---2D-game.git
-
Navigate to the project directory:
cd Pygame---2D-game
-
Run the game:
python main.py
-
Use the arrow keys to move the player character and overcome obstacles to achieve the highest score.
Feel free to modify the game's assets, levels, and mechanics to create your unique gaming experience.
Contributions to the project are highly appreciated. If you discover any issues or have suggestions for improvements, please create an issue or submit a pull request.