Magikarp Jump is an captivating game where players guide a Magikarp through the ocean, deftly avoiding obstacles like plastic straws. Drawing inspiration from the classic "Flappy Bird," this game introduces a unique aquatic twist.
- Intuitive Controls: Effortlessly maneuver Magikarp with user-friendly controls, making it accessible for all age groups.
- Engaging Challenges: Navigate through an increasing number of plastic straws as you advance, putting your reflexes and timing to the test.
- Classic Soundtrack: Enjoy the nostalgic "Green Hill Zone Act 1" track from Sonic Generations during gameplay.
- Download: Visit the GitHub repository, click the green "Code" button, and select "Download ZIP."
- Extract: Unzip the downloaded file to your chosen directory.
- Launch the Game:
- Windows Users: Double-click
main.exe
to start playing. - To run the python code: Ensure Python 3.x is installed. Open a terminal, navigate to the extracted folder, and execute
python main.py
.
- Windows Users: Double-click
Note: Ensure that main.exe
or main.py
resides in the same directory as the fonts
, images
, and sounds
folders for optimal functionality.
- Windows Users: No additional installations are necessary when running
main.exe
. - To run the python code:
- Python 3.x
- Pygame library
To install Pygame, use pip:
pip install pygame
- Start the Game: Launch the executable or run the Python script as outlined above.
- Control Magikarp: Use your keyboard to guide Magikarp through the ocean.
- Avoid Obstacles: Steer clear of plastic straws to continue swimming and aim for a high score.
- Game Development: AshDaGrat
- Music: "Green Hill Zone Act 1" from Sonic Generations
This project is licensed under the MIT License. Refer to the LICENSE file for more information.
Contributions are welcome! Feel free to fork this repository, implement enhancements, and submit a pull request.
For inquiries or feedback, please open an issue on the GitHub repository.